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

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

public class PasswordCredentialLoginModuleWrapper
extends org.apache.geronimo.security.jaas.LoginModuleGBean

Version:
$Rev: 388996 $ $Date: 2006-03-27 02:52:46 +0200 (Mon, 27 Mar 2006) $

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 serverSide, boolean wrapPrincipals, ManagedConnectionFactoryWrapper managedConnectionFactoryWrapper, ClassLoader classLoader)
           
 
Methods inherited from class org.apache.geronimo.security.jaas.LoginModuleGBean
getClassLoader, getGBeanInfo, getLoginDomainName, getLoginModuleClass, getObjectName, getOptions, isServerSide, isWrapPrincipals, setLoginDomainName, setLoginModuleClass, setOptions, setServerSide, 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 serverSide,
                                            boolean wrapPrincipals,
                                            ManagedConnectionFactoryWrapper managedConnectionFactoryWrapper,
                                            ClassLoader classLoader)


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