Uses of Class
org.apache.geronimo.security.deploy.SubjectInfo

Packages that use SubjectInfo
org.apache.geronimo.client   
org.apache.geronimo.security.deploy   
org.apache.geronimo.security.deployment   
org.apache.geronimo.security.jacc   
 

Uses of SubjectInfo in org.apache.geronimo.client
 

Constructors in org.apache.geronimo.client with parameters of type SubjectInfo
AppClientContainer(String mainClassName, AbstractName appClientModuleName, String realmName, String callbackHandlerClassName, SubjectInfo defaultSubject, Holder holder, AppClientPlugin jndiContext, CredentialStore credentialStore, ClassLoader classLoader, Kernel kernel)
           
 

Uses of SubjectInfo in org.apache.geronimo.security.deploy
 

Methods in org.apache.geronimo.security.deploy that return SubjectInfo
 SubjectInfo Security.getDefaultSubjectInfo()
           
 

Methods in org.apache.geronimo.security.deploy that return types with arguments of type SubjectInfo
 Map<String,SubjectInfo> Security.getRoleSubjectMappings()
           
 

Methods in org.apache.geronimo.security.deploy with parameters of type SubjectInfo
 void Security.setDefaultSubjectInfo(SubjectInfo defaultSubjectInfo)
           
 

Uses of SubjectInfo in org.apache.geronimo.security.deployment
 

Methods in org.apache.geronimo.security.deployment that return SubjectInfo
 SubjectInfo SecurityConfiguration.getDefaultSubjectInfo()
           
 

Methods in org.apache.geronimo.security.deployment that return types with arguments of type SubjectInfo
 Map<String,SubjectInfo> SecurityConfiguration.getRoleDesignates()
           
 

Constructors in org.apache.geronimo.security.deployment with parameters of type SubjectInfo
SecurityConfiguration(Map principalRoleMap, Map<String,SubjectInfo> roleDesignates, SubjectInfo defaultSubjectInfo, String defaultRole, boolean doAsCurrentCaller, boolean useContextHandler)
           
 

Constructor parameters in org.apache.geronimo.security.deployment with type arguments of type SubjectInfo
SecurityConfiguration(Map principalRoleMap, Map<String,SubjectInfo> roleDesignates, SubjectInfo defaultSubjectInfo, String defaultRole, boolean doAsCurrentCaller, boolean useContextHandler)
           
 

Uses of SubjectInfo in org.apache.geronimo.security.jacc
 

Constructors in org.apache.geronimo.security.jacc with parameters of type SubjectInfo
ApplicationPolicyConfigurationManager(Map<String,ComponentPermissions> contextIdToPermissionsMap, SubjectInfo defaultSubjectInfo, Map<String,SubjectInfo> roleDesignates, ClassLoader cl, CredentialStore credentialStore, PrincipalRoleMapper principalRoleMapper)
           
 

Constructor parameters in org.apache.geronimo.security.jacc with type arguments of type SubjectInfo
ApplicationPolicyConfigurationManager(Map<String,ComponentPermissions> contextIdToPermissionsMap, SubjectInfo defaultSubjectInfo, Map<String,SubjectInfo> roleDesignates, ClassLoader cl, CredentialStore credentialStore, PrincipalRoleMapper principalRoleMapper)
           
 



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