Uses of Interface
org.apache.geronimo.security.jaas.server.JaasLoginServiceMBean

Packages that use JaasLoginServiceMBean
org.apache.geronimo.security.jaas   
org.apache.geronimo.security.jaas.client   
org.apache.geronimo.security.jaas.server   
org.apache.geronimo.security.realm   
org.apache.geronimo.security.remoting.jmx   
 

Uses of JaasLoginServiceMBean in org.apache.geronimo.security.jaas
 

Constructors in org.apache.geronimo.security.jaas with parameters of type JaasLoginServiceMBean
ServerRealmConfigurationEntry(String applicationConfigName, String realmName, org.apache.geronimo.kernel.Kernel kernel, JaasLoginServiceMBean loginService)
           
 

Uses of JaasLoginServiceMBean in org.apache.geronimo.security.jaas.client
 

Constructors in org.apache.geronimo.security.jaas.client with parameters of type JaasLoginServiceMBean
ServerLoginProxy(LoginModuleControlFlag controlFlag, Subject subject, int lmIndex, JaasLoginServiceMBean service, JaasSessionId sessionHandle)
           
 

Uses of JaasLoginServiceMBean in org.apache.geronimo.security.jaas.server
 

Classes in org.apache.geronimo.security.jaas.server that implement JaasLoginServiceMBean
 class JaasLoginService
          The single point of contact for Geronimo JAAS realms.
 

Uses of JaasLoginServiceMBean in org.apache.geronimo.security.realm
 

Constructors in org.apache.geronimo.security.realm with parameters of type JaasLoginServiceMBean
GenericSecurityRealm(String realmName, JaasLoginModuleUse loginModuleUse, boolean restrictPrincipalsToServer, boolean wrapPrincipals, PrincipalInfo defaultPrincipalInfo, org.apache.geronimo.system.serverinfo.ServerInfo serverInfo, ClassLoader classLoader, org.apache.geronimo.kernel.Kernel kernel, JaasLoginServiceMBean loginService)
           
 

Uses of JaasLoginServiceMBean in org.apache.geronimo.security.remoting.jmx
 

Methods in org.apache.geronimo.security.remoting.jmx that return JaasLoginServiceMBean
static JaasLoginServiceMBean JaasLoginServiceRemotingClient.create(String host, int port)
           
static JaasLoginServiceMBean JaasLoginServiceRemotingClient.create(URI target)
           
 

Constructors in org.apache.geronimo.security.remoting.jmx with parameters of type JaasLoginServiceMBean
JaasLoginServiceRemotingServer(String protocol, String host, int port, JaasLoginServiceMBean loginService)
           
 



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