Uses of Interface
org.apache.geronimo.security.credentialstore.CredentialStore

Packages that use CredentialStore
org.apache.geronimo.client   
org.apache.geronimo.security.credentialstore   
org.apache.geronimo.security.jacc   
 

Uses of CredentialStore in org.apache.geronimo.client
 

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

Uses of CredentialStore in org.apache.geronimo.security.credentialstore
 

Classes in org.apache.geronimo.security.credentialstore that implement CredentialStore
 class DirectConfigurationCredentialStoreImpl
          Hopefully this will only be used for tests where you need to set up a simple credential store but don't want to set up a login configuration
 class SimpleCredentialStoreImpl
           
 

Fields in org.apache.geronimo.security.credentialstore declared as CredentialStore
static CredentialStore CredentialStore.NULL
           
 

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

Constructors in org.apache.geronimo.security.jacc with parameters of type CredentialStore
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.