org.apache.geronimo.connector.outbound.security
Class PasswordCredentialLoginModuleWrapper

java.lang.Object
  extended by org.apache.geronimo.security.jaas.LoginModuleGBean
      extended by org.apache.geronimo.connector.outbound.security.PasswordCredentialLoginModuleWrapper
All Implemented Interfaces:
LoginModuleSettings

public class PasswordCredentialLoginModuleWrapper
extends LoginModuleGBean


Field Summary
static String MANAGED_CONNECTION_FACTORY_OPTION
           
 
Fields inherited from class org.apache.geronimo.security.jaas.LoginModuleGBean
GBEAN_INFO
 
Constructor Summary
PasswordCredentialLoginModuleWrapper(String loginModuleClass, String objectName, boolean wrapPrincipals, Map<String,Object> options, String loginDomainName, ManagedConnectionFactoryWrapper managedConnectionFactoryWrapper, ClassLoader classLoader)
           
 
Method Summary
 
Methods inherited from class org.apache.geronimo.security.jaas.LoginModuleGBean
getClassLoader, getGBeanInfo, getLoginDomainName, getLoginModuleClass, getObjectName, getOptions, isWrapPrincipals, setLoginDomainName, setLoginModuleClass, setOptions, setWrapPrincipals
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MANAGED_CONNECTION_FACTORY_OPTION

public static final String MANAGED_CONNECTION_FACTORY_OPTION
See Also:
Constant Field Values
Constructor Detail

PasswordCredentialLoginModuleWrapper

public PasswordCredentialLoginModuleWrapper(String loginModuleClass,
                                            String objectName,
                                            boolean wrapPrincipals,
                                            Map<String,Object> options,
                                            String loginDomainName,
                                            ManagedConnectionFactoryWrapper managedConnectionFactoryWrapper,
                                            ClassLoader classLoader)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.