org.apache.servicemix.jbi.jmx
Class PasswordAuthenticatorFactoryBean
java.lang.Object
org.apache.servicemix.jbi.jmx.PasswordAuthenticatorFactoryBean
- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean
public class PasswordAuthenticatorFactoryBean
- extends Object
- implements org.springframework.beans.factory.FactoryBean
- Author:
- gnodet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PasswordAuthenticatorFactoryBean
public PasswordAuthenticatorFactoryBean()
getPasswords
public org.springframework.core.io.Resource getPasswords()
- Returns:
- the passwords
setPasswords
public void setPasswords(org.springframework.core.io.Resource passwords)
- Parameters:
passwords - the passwords to set
getObject
public Object getObject()
throws Exception
- Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean
- Throws:
Exception
getObjectType
public Class getObjectType()
- Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.