org.apache.servicemix.jbi.jmx
Class PasswordAuthenticatorFactoryBean

java.lang.Object
  extended by 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

Constructor Summary
PasswordAuthenticatorFactoryBean()
           
 
Method Summary
 Object getObject()
           
 Class getObjectType()
           
 org.springframework.core.io.Resource getPasswords()
           
 boolean isSingleton()
           
 void setPasswords(org.springframework.core.io.Resource passwords)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordAuthenticatorFactoryBean

public PasswordAuthenticatorFactoryBean()
Method Detail

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.