- DEFAULT - Static variable in class org.picketlink.idm.internal.DefaultSecurityContextFactory
-
- DefaultCredentialHandlerFactory - Class in org.picketlink.idm.credential.internal
-
A basic implementation of CredentialHandlerFactory that is pre-configured with the built-in
CredentialHandlers, and allows registration of additional handlers.
- DefaultCredentialHandlerFactory() - Constructor for class org.picketlink.idm.credential.internal.DefaultCredentialHandlerFactory
-
- DefaultIdentityCache - Class in org.picketlink.idm.internal
-
Default IdentityCache implementation.
- DefaultIdentityCache() - Constructor for class org.picketlink.idm.internal.DefaultIdentityCache
-
- DefaultIdentityManager - Class in org.picketlink.idm.internal
-
Default implementation of the IdentityManager interface
- DefaultIdentityManager(SecurityContext, StoreFactory) - Constructor for class org.picketlink.idm.internal.DefaultIdentityManager
-
- DefaultIdentityManagerFactory - Class in org.picketlink.idm.internal
-
Default implementation for IdentityManagerFactory
- DefaultIdentityManagerFactory(IdentityConfiguration) - Constructor for class org.picketlink.idm.internal.DefaultIdentityManagerFactory
-
- DefaultIdentityManagerFactory(IdentityConfiguration, SecurityContextFactory) - Constructor for class org.picketlink.idm.internal.DefaultIdentityManagerFactory
-
- DefaultIdentityManagerFactory(IdentityConfiguration, SecurityContextFactory, StoreFactory) - Constructor for class org.picketlink.idm.internal.DefaultIdentityManagerFactory
-
- DefaultIdentityQuery<T extends org.picketlink.idm.model.IdentityType> - Class in org.picketlink.idm.query.internal
-
Default IdentityQuery implementation.
- DefaultIdentityQuery(SecurityContext, Class<T>, IdentityStore<?>) - Constructor for class org.picketlink.idm.query.internal.DefaultIdentityQuery
-
- DefaultIdGenerator - Class in org.picketlink.idm.internal
-
Default IdGenerator implementation, used to generate unique identifier values for IdentityType implementations
- DefaultIdGenerator() - Constructor for class org.picketlink.idm.internal.DefaultIdGenerator
-
- DefaultRelationshipQuery<T extends org.picketlink.idm.model.Relationship> - Class in org.picketlink.idm.query.internal
-
Default IdentityQuery implementation.
- DefaultRelationshipQuery(SecurityContext, Class<T>, IdentityStore<?>) - Constructor for class org.picketlink.idm.query.internal.DefaultRelationshipQuery
-
- DefaultSecurityContextFactory - Class in org.picketlink.idm.internal
-
A default implementation of SecurityContextFactory.
- DefaultSecurityContextFactory() - Constructor for class org.picketlink.idm.internal.DefaultSecurityContextFactory
-
- DefaultSecurityContextFactory(CredentialHandlerFactory) - Constructor for class org.picketlink.idm.internal.DefaultSecurityContextFactory
-
- DefaultSecurityContextFactory(CredentialHandlerFactory, IdentityCache) - Constructor for class org.picketlink.idm.internal.DefaultSecurityContextFactory
-
- DefaultSecurityContextFactory(CredentialHandlerFactory, IdentityCache, EventBridge, IdGenerator) - Constructor for class org.picketlink.idm.internal.DefaultSecurityContextFactory
-
- DefaultStoreFactory - Class in org.picketlink.idm.internal
-
Default StoreFactory implementation.
- DefaultStoreFactory(IdentityConfiguration) - Constructor for class org.picketlink.idm.internal.DefaultStoreFactory
-
- delete(File) - Static method in class org.picketlink.idm.file.internal.FileUtils
-
Delete the specified
File instance from the filesystem.
- destroyRecursively(String) - Method in class org.picketlink.idm.ldap.internal.LDAPOperationManager
-
- destroySubcontext(String) - Method in class org.picketlink.idm.ldap.internal.LDAPOperationManager
-
Destroys a subcontext with the given DN from the LDAP tree.
- DigestCredentialHandler - Class in org.picketlink.idm.credential.internal
-
This particular implementation supports the validation of DigestCredentials.
- DigestCredentialHandler() - Constructor for class org.picketlink.idm.credential.internal.DigestCredentialHandler
-
- DigestCredentialStorage - Class in org.picketlink.idm.credential.internal
-
CredentialStorage for Digest credentials.
- DigestCredentialStorage() - Constructor for class org.picketlink.idm.credential.internal.DigestCredentialStorage
-
- DigestCredentialStorage(byte[], String) - Constructor for class org.picketlink.idm.credential.internal.DigestCredentialStorage
-
- DigestUtil - Class in org.picketlink.idm.credential.internal
-
Utility class to support Digest Credentials
- DigestUtil() - Constructor for class org.picketlink.idm.credential.internal.DigestUtil
-
- doCreateIdentityType(SecurityContext, Object, JPAIdentityStore) - Method in class org.picketlink.idm.jpa.internal.AgentHandler
-
- doCreateIdentityType(SecurityContext, Object, JPAIdentityStore) - Method in class org.picketlink.idm.jpa.internal.GroupHandler
-
- doCreateIdentityType(SecurityContext, Object, JPAIdentityStore) - Method in class org.picketlink.idm.jpa.internal.IdentityTypeHandler
-
Subclasses should override this method to create a specific IdentityType given the provided Identity Class
instance.
- doCreateIdentityType(SecurityContext, Object, JPAIdentityStore) - Method in class org.picketlink.idm.jpa.internal.RoleHandler
-
- doCreateIdentityType(SecurityContext, Object, JPAIdentityStore) - Method in class org.picketlink.idm.jpa.internal.UserHandler
-
- doCreateInstance(Map<String, Serializable>) - Method in class org.picketlink.idm.file.internal.AbstractAttributedTypeEntry
-
- doCreateInstance(Map<String, Serializable>) - Method in class org.picketlink.idm.file.internal.FileAgent
-
- doCreateInstance(Map<String, Serializable>) - Method in class org.picketlink.idm.file.internal.FileGroup
-
- doCreateInstance(Map<String, Serializable>) - Method in class org.picketlink.idm.file.internal.FileRelationship
-
- doCreateInstance(Map<String, Serializable>) - Method in class org.picketlink.idm.file.internal.FileRole
-
- doPopulateEntry(Map<String, Serializable>) - Method in class org.picketlink.idm.file.internal.AbstractAttributedTypeEntry
-
- doPopulateEntry(Map<String, Serializable>) - Method in class org.picketlink.idm.file.internal.AbstractFileEntry
-
- doPopulateEntry(Map<String, Serializable>) - Method in class org.picketlink.idm.file.internal.AbstractIdentityTypeEntry
-
- doPopulateEntry(Map<String, Serializable>) - Method in class org.picketlink.idm.file.internal.FileAgent
-
- doPopulateEntry(Map<String, Serializable>) - Method in class org.picketlink.idm.file.internal.FilePartition
-
- doPopulateEntry(Map<String, Serializable>) - Method in class org.picketlink.idm.file.internal.FileRelationship
-
- doPopulateIdentityInstance(SecurityContext, Object, Agent, JPAIdentityStore) - Method in class org.picketlink.idm.jpa.internal.AgentHandler
-
- doPopulateIdentityInstance(SecurityContext, Object, Group, JPAIdentityStore) - Method in class org.picketlink.idm.jpa.internal.GroupHandler
-
- doPopulateIdentityInstance(SecurityContext, Object, T, JPAIdentityStore) - Method in class org.picketlink.idm.jpa.internal.IdentityTypeHandler
-
Subclasses should override this method to populate the given Identity Class instance with the specific information for a
given IdentityType.
- doPopulateIdentityInstance(SecurityContext, Object, Role, JPAIdentityStore) - Method in class org.picketlink.idm.jpa.internal.RoleHandler
-
- doPopulateIdentityInstance(SecurityContext, Object, User, JPAIdentityStore) - Method in class org.picketlink.idm.jpa.internal.UserHandler
-
- doPopulateProperties(Map<String, Serializable>) - Method in class org.picketlink.idm.file.internal.AbstractAttributedTypeEntry
-
- doPopulateProperties(Map<String, Serializable>) - Method in class org.picketlink.idm.file.internal.AbstractFileEntry
-
- doPopulateProperties(Map<String, Serializable>) - Method in class org.picketlink.idm.file.internal.AbstractIdentityTypeEntry
-
- doPopulateProperties(Map<String, Serializable>) - Method in class org.picketlink.idm.file.internal.FileAgent
-
- doPopulateProperties(Map<String, Serializable>) - Method in class org.picketlink.idm.file.internal.FileGroup
-
- doPopulateProperties(Map<String, Serializable>) - Method in class org.picketlink.idm.file.internal.FilePartition
-
- doPopulateProperties(Map<String, Serializable>) - Method in class org.picketlink.idm.file.internal.FileRelationship
-
- doPopulateProperties(Map<String, Serializable>) - Method in class org.picketlink.idm.file.internal.FileRole
-
- doReadObject(ObjectInputStream) - Method in class org.picketlink.idm.file.internal.AbstractAttributedTypeEntry
-
- doReadObject(ObjectInputStream) - Method in class org.picketlink.idm.file.internal.AbstractFileEntry
-
- doReadObject(ObjectInputStream) - Method in class org.picketlink.idm.file.internal.FileRelationship
-
- doWriteObject(ObjectOutputStream) - Method in class org.picketlink.idm.file.internal.AbstractAttributedTypeEntry
-
- doWriteObject(ObjectOutputStream) - Method in class org.picketlink.idm.file.internal.AbstractFileEntry
-
- doWriteObject(ObjectOutputStream) - Method in class org.picketlink.idm.file.internal.FileRelationship
-