- classNotFound(String) - Method in interface org.picketlink.idm.IDMMessages
-
- clear() - Method in class org.picketlink.idm.credential.Password
-
- configurationAmbiguousFeatureForStore(FeatureSet.FeatureGroup, IdentityStoreConfiguration, IdentityStoreConfiguration) - Method in interface org.picketlink.idm.IDMMessages
-
- configurationCouldNotCreateIdentityManagerFactoryImpl(String, Throwable) - Method in interface org.picketlink.idm.IDMMessages
-
- configurationDefaultRealmNotDefined() - Method in interface org.picketlink.idm.IDMMessages
-
- contains(String) - Method in class org.picketlink.idm.event.EventContext
-
- contextFactory(SecurityContextFactory) - Method in class org.picketlink.idm.config.AbstractIdentityConfigurationChildBuilder
-
- contextFactory(SecurityContextFactory) - Method in class org.picketlink.idm.config.IdentityConfigurationBuilder
-
- contextFactory(SecurityContextFactory) - Method in interface org.picketlink.idm.config.IdentityConfigurationChildBuilder
-
- ContextInitializer - Interface in org.picketlink.idm.spi
-
Used to initialize store-specific context parameters
- couldNotCreateContextualIdentityManager(Partition) - Method in interface org.picketlink.idm.IDMMessages
-
- countQueryResults(SecurityContext, IdentityQuery<V>) - Method in interface org.picketlink.idm.spi.IdentityStore
-
- countQueryResults(SecurityContext, RelationshipQuery<V>) - Method in interface org.picketlink.idm.spi.IdentityStore
-
- create() - Method in interface org.picketlink.idm.config.Builder
-
- create() - Method in class org.picketlink.idm.config.FileStoreConfigurationBuilder
-
- create() - Method in class org.picketlink.idm.config.IdentityStoresConfigurationBuilder
-
- create() - Method in class org.picketlink.idm.config.JPAStoreConfigurationBuilder
-
- create() - Method in class org.picketlink.idm.config.LDAPStoreConfigurationBuilder
-
- createContext(Partition) - Method in interface org.picketlink.idm.spi.SecurityContextFactory
-
- CREATED_AFTER - Static variable in interface org.picketlink.idm.model.IdentityType
-
A query parameter used to set the created after date
- CREATED_BEFORE - Static variable in interface org.picketlink.idm.model.IdentityType
-
A query parameter used to set the created before date
- CREATED_DATE - Static variable in interface org.picketlink.idm.model.IdentityType
-
A query parameter used to set the createdDate value
- createIdentityQuery(Class<T>) - Method in interface org.picketlink.idm.IdentityManager
-
- createIdentityStore(T, SecurityContext) - Method in interface org.picketlink.idm.spi.StoreFactory
-
Creates an instance of an IdentityStore using the provided configuration
- createRelationshipQuery(Class<T>) - Method in interface org.picketlink.idm.IdentityManager
-
- CreationDate - Annotation Type in org.picketlink.idm.jpa.annotations
-
Marks the creation date property of an identity type
- CredentialAttribute - Annotation Type in org.picketlink.idm.jpa.annotations
-
This annotation should be applied to a single entity bean of an application to mark it as
holding credential attribute state.
- credentialAttributeClass(Class<?>) - Method in class org.picketlink.idm.config.JPAStoreConfigurationBuilder
-
- credentialClass(Class<?>) - Method in class org.picketlink.idm.config.JPAStoreConfigurationBuilder
-
- credentialCouldNotEncodePassword(UnsupportedEncodingException) - Method in interface org.picketlink.idm.IDMMessages
-
- credentialCredentialHandlerInstantiationError(Class<? extends CredentialHandler>, Throwable) - Method in interface org.picketlink.idm.IDMMessages
-
- credentialDigestInvalidRealm() - Method in interface org.picketlink.idm.IDMMessages
-
- CredentialHandler<S extends IdentityStore<?>,V extends Credentials,U> - Interface in org.picketlink.idm.credential.spi
-
Performs credential validation and persists credential state to a Store.
- CredentialHandlerFactory - Class in org.picketlink.idm.credential.spi
-
This factory is responsible for returning CredentialHandler instances given a specific
type of credentials and store
- CredentialHandlerFactory() - Constructor for class org.picketlink.idm.credential.spi.CredentialHandlerFactory
-
- credentialHandlerNotFoundForCredentialType(Class<?>) - Method in interface org.picketlink.idm.IDMMessages
-
- CredentialHandlers - Annotation Type in org.picketlink.idm.credential.spi.annotations
-
This annotation is used to declare which CredentialHandlers are supported by an IdentityStore implementation.
- credentialInvalidCredentialStoreType(Class<? extends IdentityStore>) - Method in interface org.picketlink.idm.IDMMessages
-
- credentialInvalidEncodingAlgorithm(String, PasswordEncoder, Throwable) - Method in interface org.picketlink.idm.IDMMessages
-
- credentialInvalidPassword() - Method in interface org.picketlink.idm.IDMMessages
-
- Credentials - Interface in org.picketlink.idm.credential
-
Represents the credentials the current user will use to authenticate, in addition to providing information about the current
state of the validation process.
- Credentials.Status - Enum in org.picketlink.idm.credential
-
- CredentialStorage - Interface in org.picketlink.idm.credential.spi
-
A marker interface that indicates a Class is used to store credential related state
- CredentialStore<T extends IdentityStoreConfiguration> - Interface in org.picketlink.idm.spi
-
A special type of IdentityStore that supports the storage of raw credential state also
- CredentialType - Annotation Type in org.picketlink.idm.jpa.annotations
-
Marks the credential type property of a credential entity
- credentialUnsupportedType(Class<?>, CredentialHandler) - Method in interface org.picketlink.idm.IDMMessages
-
- CredentialValue - Annotation Type in org.picketlink.idm.jpa.annotations
-
Marks the credential value property of a credential entity
- generate() - Method in interface org.picketlink.idm.IdGenerator
-
- getAccessToken() - Method in class org.picketlink.idm.model.Authorization
-
- getAdditionalProperties() - Method in class org.picketlink.idm.config.LDAPIdentityStoreConfiguration
-
- getAgent() - Method in class org.picketlink.idm.event.AgentCreatedEvent
-
- getAgent() - Method in class org.picketlink.idm.event.AgentDeletedEvent
-
- getAgent() - Method in class org.picketlink.idm.event.AgentUpdatedEvent
-
- getAgent(String) - Method in interface org.picketlink.idm.IdentityManager
-
Returns an
Agent with the given
loginName.
- getAgent(SecurityContext, String) - Method in interface org.picketlink.idm.spi.IdentityStore
-
Returns the Agent with the specified login name
- getAgentDNSuffix() - Method in class org.picketlink.idm.config.LDAPIdentityStoreConfiguration
-
- getApplication() - Method in class org.picketlink.idm.model.Authorization
-
- getAssignee() - Method in class org.picketlink.idm.model.Grant
-
- getAsyncThreadPool() - Method in class org.picketlink.idm.config.FileIdentityStoreConfiguration
-
- getAttribute(String) - Method in class org.picketlink.idm.model.AbstractAttributedType
-
- getAttribute(String) - Method in interface org.picketlink.idm.model.AttributedType
-
Return the attribute value with the specified name
- getAttribute(SecurityContext, IdentityType, String) - Method in interface org.picketlink.idm.spi.IdentityStore
-
Returns the Attribute value with the specified name, for the specified IdentityType
- getAttributeClass() - Method in class org.picketlink.idm.config.JPAIdentityStoreConfiguration
-
- getAttributeProperties() - Method in class org.picketlink.idm.config.JPAIdentityStoreConfiguration
-
- getAttributeProperty() - Method in class org.picketlink.idm.config.JPAIdentityStoreConfiguration.MappedAttribute
-
- getAttributes() - Method in class org.picketlink.idm.model.AbstractAttributedType
-
- getAttributes() - Method in interface org.picketlink.idm.model.AttributedType
-
Returns a Map containing all attribute values for this IdentityType instance.
- getAuthorizationCode() - Method in class org.picketlink.idm.model.Authorization
-
- getAuthType() - Method in class org.picketlink.idm.config.LDAPIdentityStoreConfiguration
-
- getBaseDN() - Method in class org.picketlink.idm.config.LDAPIdentityStoreConfiguration
-
- getBindCredential() - Method in class org.picketlink.idm.config.LDAPIdentityStoreConfiguration
-
- getBindDN() - Method in class org.picketlink.idm.config.LDAPIdentityStoreConfiguration
-
- getCache() - Method in class org.picketlink.idm.spi.SecurityContext
-
Returns the cache for this invocation context.
- getCertificate() - Method in class org.picketlink.idm.credential.X509CertificateCredentials
-
- getClientNonce() - Method in class org.picketlink.idm.credential.Digest
-
- getConfig() - Method in interface org.picketlink.idm.spi.IdentityStore
-
Returns the configuration for this IdentityStore instance
- getConfigurations() - Method in class org.picketlink.idm.config.IdentityStoresConfiguration
-
- getConfiguredStores() - Method in class org.picketlink.idm.config.IdentityConfiguration
-
- getContext() - Method in class org.picketlink.idm.event.AbstractBaseEvent
-
- getContextInitializers() - Method in class org.picketlink.idm.config.AbstractIdentityStoreConfigurationBuilder
-
- getContextInitializers() - Method in class org.picketlink.idm.config.BaseAbstractStoreConfiguration
-
- getContextInitializers() - Method in interface org.picketlink.idm.config.IdentityStoreConfiguration
-
- getCreatedDate() - Method in class org.picketlink.idm.model.AbstractIdentityType
-
- getCreatedDate() - Method in interface org.picketlink.idm.model.IdentityType
-
Returns the date that this IdentityType instance was created.
- getCredentialAttributeClass() - Method in class org.picketlink.idm.config.JPAIdentityStoreConfiguration
-
- getCredentialClass() - Method in class org.picketlink.idm.config.JPAIdentityStoreConfiguration
-
- getCredentialHandlerProperties() - Method in class org.picketlink.idm.config.AbstractIdentityStoreConfigurationBuilder
-
- getCredentialHandlerProperties() - Method in class org.picketlink.idm.config.BaseAbstractStoreConfiguration
-
- getCredentialHandlerProperties() - Method in interface org.picketlink.idm.config.IdentityStoreConfiguration
-
Allows credential handler behaviour to be customized via a set of property values
- getCredentialHandlers() - Method in class org.picketlink.idm.config.AbstractIdentityStoreConfigurationBuilder
-
- getCredentialHandlers() - Method in class org.picketlink.idm.config.BaseAbstractStoreConfiguration
-
- getCredentialHandlers() - Method in interface org.picketlink.idm.config.IdentityStoreConfiguration
-
- getCredentialUpdater(Class<?>, IdentityStore<?>) - Method in class org.picketlink.idm.credential.spi.CredentialHandlerFactory
-
- getCredentialUpdater(Class<?>, IdentityStore) - Method in class org.picketlink.idm.spi.SecurityContext
-
Returns a CredentialHandler instance capable of updating a credential of the specified Credentials class, for the
specified IdentityStore class
- getCredentialValidator(Class<? extends Credentials>, IdentityStore<?>) - Method in class org.picketlink.idm.credential.spi.CredentialHandlerFactory
-
- getCredentialValidator(Class<? extends Credentials>, IdentityStore) - Method in class org.picketlink.idm.spi.SecurityContext
-
Returns a CredentialHandler instance capable of validating a credential of the specified Credentials class, for the
specified IdentityStore class
- getDefaultRelationshipClasses() - Static method in class org.picketlink.idm.config.AbstractIdentityStoreConfigurationBuilder
-
- getDigest() - Method in class org.picketlink.idm.credential.Digest
-
- getDigest() - Method in class org.picketlink.idm.credential.DigestCredentials
-
- getDomain() - Method in class org.picketlink.idm.credential.Digest
-
- getEffectiveDate() - Method in interface org.picketlink.idm.credential.spi.CredentialStorage
-
Return the Date from when the credential becomes effective.
- getEmail() - Method in class org.picketlink.idm.model.SimpleUser
-
- getEmail() - Method in interface org.picketlink.idm.model.User
-
- getEventBridge() - Method in class org.picketlink.idm.spi.SecurityContext
-
- getExpirationDate() - Method in class org.picketlink.idm.model.AbstractIdentityType
-
- getExpirationDate() - Method in interface org.picketlink.idm.model.IdentityType
-
Returns the date that this IdentityType expires, or null if there is no expiry date.
- getExpiryDate() - Method in interface org.picketlink.idm.credential.spi.CredentialStorage
-
Return the Date when the credential expires.
- getFactoryName() - Method in class org.picketlink.idm.config.LDAPIdentityStoreConfiguration
-
- getFeatureGroup() - Method in exception org.picketlink.idm.config.OperationNotSupportedException
-
- getFeatureOperation() - Method in exception org.picketlink.idm.config.OperationNotSupportedException
-
- getFirstName() - Method in class org.picketlink.idm.model.SimpleUser
-
- getFirstName() - Method in interface org.picketlink.idm.model.User
-
- getGroup() - Method in class org.picketlink.idm.event.GroupCreatedEvent
-
- getGroup() - Method in class org.picketlink.idm.event.GroupDeletedEvent
-
- getGroup() - Method in class org.picketlink.idm.event.GroupUpdatedEvent
-
- getGroup(String) - Method in interface org.picketlink.idm.IdentityManager
-
Returns the
Group with the specified
groupPath.
- getGroup(String, Group) - Method in interface org.picketlink.idm.IdentityManager
-
Returns the
Group with the given name and child of the given parent
Group.
- getGroup() - Method in class org.picketlink.idm.model.GroupMembership
-
- getGroup() - Method in class org.picketlink.idm.model.GroupRole
-
- getGroup(SecurityContext, String) - Method in interface org.picketlink.idm.spi.IdentityStore
-
Returns the
Group with the specified path.
- getGroup(SecurityContext, String, Group) - Method in interface org.picketlink.idm.spi.IdentityStore
-
Returns the Group with the specified name and parent group
- getGroupDNSuffix() - Method in class org.picketlink.idm.config.LDAPIdentityStoreConfiguration
-
- getGroupMappingDN(String) - Method in class org.picketlink.idm.config.LDAPIdentityStoreConfiguration
-
- getId() - Method in class org.picketlink.idm.model.AbstractAttributedType
-
- getId() - Method in class org.picketlink.idm.model.AbstractPartition
-
- getId() - Method in interface org.picketlink.idm.model.AttributedType
-
Returns the unique identifier for this instance
- getId() - Method in interface org.picketlink.idm.model.Partition
-
- getIdentityClass() - Method in class org.picketlink.idm.config.JPAIdentityStoreConfiguration
-
- getIdentityManager() - Method in class org.picketlink.idm.spi.SecurityContext
-
- getIdentityProperty() - Method in class org.picketlink.idm.config.JPAIdentityStoreConfiguration.MappedAttribute
-
- getIdentityType() - Method in interface org.picketlink.idm.query.IdentityQuery
-
- getIdentityTypeDiscriminator(Class<? extends IdentityType>) - Method in class org.picketlink.idm.config.JPAIdentityStoreConfiguration
-
- getIdentityTypeFromDiscriminator(String) - Method in class org.picketlink.idm.config.JPAIdentityStoreConfiguration
-
- getIdGenerator() - Method in class org.picketlink.idm.spi.SecurityContext
-
- getLastName() - Method in class org.picketlink.idm.model.SimpleUser
-
- getLastName() - Method in interface org.picketlink.idm.model.User
-
- getLdapURL() - Method in class org.picketlink.idm.config.LDAPIdentityStoreConfiguration
-
- getLimit() - Method in interface org.picketlink.idm.query.IdentityQuery
-
- getLimit() - Method in interface org.picketlink.idm.query.RelationshipQuery
-
- getLoginName() - Method in interface org.picketlink.idm.model.Agent
-
Returns the login name of this agent.
- getLoginName() - Method in class org.picketlink.idm.model.SimpleAgent
-
- getMember() - Method in class org.picketlink.idm.model.GroupMembership
-
- getMethod() - Method in class org.picketlink.idm.credential.Digest
-
- getModelProperty(JPAIdentityStoreConfiguration.PropertyType) - Method in class org.picketlink.idm.config.JPAIdentityStoreConfiguration
-
- getModelPropertyValue(Class<P>, Object, JPAIdentityStoreConfiguration.PropertyType) - Method in class org.picketlink.idm.config.JPAIdentityStoreConfiguration
-
- getName() - Method in class org.picketlink.idm.model.Attribute
-
- getName() - Method in class org.picketlink.idm.model.AttributedType.AttributeParameter
-
- getName() - Method in interface org.picketlink.idm.model.Group
-
Group name is unique identifier in specific group tree branch.
- getName() - Method in interface org.picketlink.idm.model.Role
-
- getName() - Method in class org.picketlink.idm.model.SimpleGroup
-
- getName() - Method in class org.picketlink.idm.model.SimpleRole
-
- getName() - Method in interface org.picketlink.idm.query.RelationshipQueryParameter
-
- getNonce() - Method in class org.picketlink.idm.credential.Digest
-
- getNonceCount() - Method in class org.picketlink.idm.credential.Digest
-
- getOffset() - Method in interface org.picketlink.idm.query.IdentityQuery
-
- getOffset() - Method in interface org.picketlink.idm.query.RelationshipQuery
-
- getOpaque() - Method in class org.picketlink.idm.credential.Digest
-
- getOtpCredential() - Method in class org.picketlink.idm.credential.OTPCredentials
-
- getParameter(QueryParameter) - Method in interface org.picketlink.idm.query.IdentityQuery
-
- getParameter(QueryParameter) - Method in interface org.picketlink.idm.query.RelationshipQuery
-
- getParameter(String) - Method in class org.picketlink.idm.spi.SecurityContext
-
Returns the parameter value with the specified name
- getParameters() - Method in interface org.picketlink.idm.query.IdentityQuery
-
- getParameters(Class<?>) - Method in interface org.picketlink.idm.query.IdentityQuery
-
- getParameters() - Method in interface org.picketlink.idm.query.RelationshipQuery
-
- getParentGroup() - Method in interface org.picketlink.idm.model.Group
-
- getParentGroup() - Method in class org.picketlink.idm.model.SimpleGroup
-
- getPartition() - Method in class org.picketlink.idm.model.AbstractIdentityType
-
- getPartition() - Method in interface org.picketlink.idm.model.IdentityType
-
Returns the owning Partition for this identity object.
- getPartition() - Method in class org.picketlink.idm.spi.SecurityContext
-
Return the active Partition for this context
- getPartitionClass() - Method in class org.picketlink.idm.config.JPAIdentityStoreConfiguration
-
- getPassword() - Method in class org.picketlink.idm.credential.Digest
-
- getPassword() - Method in class org.picketlink.idm.credential.UsernamePasswordCredentials
-
- getPath() - Method in interface org.picketlink.idm.model.Group
-
- getPath() - Method in class org.picketlink.idm.model.SimpleGroup
-
- getProtocol() - Method in class org.picketlink.idm.config.LDAPIdentityStoreConfiguration
-
- getQop() - Method in class org.picketlink.idm.credential.Digest
-
- getRealm() - Method in class org.picketlink.idm.credential.Digest
-
- getRealm(String) - Method in interface org.picketlink.idm.spi.StoreFactory
-
- getRealms() - Method in class org.picketlink.idm.config.AbstractIdentityStoreConfigurationBuilder
-
- getRealms() - Method in class org.picketlink.idm.config.BaseAbstractStoreConfiguration
-
- getRealms() - Method in interface org.picketlink.idm.config.IdentityStoreConfiguration
-
Returns all configured realms.
- getRefreshToken() - Method in class org.picketlink.idm.model.Authorization
-
- getRelationship() - Method in class org.picketlink.idm.event.RelationshipCreatedEvent
-
- getRelationship() - Method in class org.picketlink.idm.event.RelationshipDeletedEvent
-
- getRelationship() - Method in class org.picketlink.idm.event.RelationshipUpdatedEvent
-
- getRelationshipAttributeClass() - Method in class org.picketlink.idm.config.JPAIdentityStoreConfiguration
-
- getRelationshipClass() - Method in class org.picketlink.idm.config.JPAIdentityStoreConfiguration
-
- getRelationshipIdentityClass() - Method in class org.picketlink.idm.config.JPAIdentityStoreConfiguration
-
- getRelationshipType() - Method in interface org.picketlink.idm.query.RelationshipQuery
-
- getResultCount() - Method in interface org.picketlink.idm.query.IdentityQuery
-
Count of all query results.
- getResultCount() - Method in interface org.picketlink.idm.query.RelationshipQuery
-
- getResultList() - Method in interface org.picketlink.idm.query.IdentityQuery
-
- getResultList() - Method in interface org.picketlink.idm.query.RelationshipQuery
-
- getRole() - Method in class org.picketlink.idm.event.RoleCreatedEvent
-
- getRole() - Method in class org.picketlink.idm.event.RoleDeletedEvent
-
- getRole() - Method in class org.picketlink.idm.event.RoleUpdatedEvent
-
- getRole(String) - Method in interface org.picketlink.idm.IdentityManager
-
Returns an
Role with the given
name.
- getRole() - Method in class org.picketlink.idm.model.Grant
-
- getRole(SecurityContext, String) - Method in interface org.picketlink.idm.spi.IdentityStore
-
Returns the specified role
- getRoleDNSuffix() - Method in class org.picketlink.idm.config.LDAPIdentityStoreConfiguration
-
- getSecurityContextFactory() - Method in class org.picketlink.idm.config.IdentityConfiguration
-
- getSortParameters() - Method in interface org.picketlink.idm.query.IdentityQuery
-
- getStale() - Method in class org.picketlink.idm.credential.Digest
-
- getStandardAttributesFileName() - Method in class org.picketlink.idm.config.LDAPIdentityStoreConfiguration
-
- getStatus() - Method in class org.picketlink.idm.credential.AbstractBaseCredentials
-
- getStatus() - Method in interface org.picketlink.idm.credential.Credentials
-
Returns the validation status.
- getStoreFactory() - Method in class org.picketlink.idm.config.IdentityConfiguration
-
- getStoreFactory() - Method in class org.picketlink.idm.config.IdentityStoresConfiguration
-
- getStoreForFeature(SecurityContext, FeatureSet.FeatureGroup, FeatureSet.FeatureOperation) - Method in interface org.picketlink.idm.spi.StoreFactory
-
- getStoreForFeature(SecurityContext, FeatureSet.FeatureGroup, FeatureSet.FeatureOperation, Class<? extends Relationship>) - Method in interface org.picketlink.idm.spi.StoreFactory
-
- getSupportedFeatures() - Method in class org.picketlink.idm.config.AbstractIdentityStoreConfigurationBuilder
-
- getSupportedFeatures() - Method in class org.picketlink.idm.config.BaseAbstractStoreConfiguration
-
- getSupportedFeatures() - Method in interface org.picketlink.idm.config.IdentityStoreConfiguration
-
- getSupportedRelationships() - Method in class org.picketlink.idm.config.AbstractIdentityStoreConfigurationBuilder
-
- getSupportedRelationships() - Method in class org.picketlink.idm.config.BaseAbstractStoreConfiguration
-
- getSupportedRelationships() - Method in interface org.picketlink.idm.config.IdentityStoreConfiguration
-
- getTier(String) - Method in interface org.picketlink.idm.spi.StoreFactory
-
- getTiers() - Method in class org.picketlink.idm.config.AbstractIdentityStoreConfigurationBuilder
-
- getTiers() - Method in class org.picketlink.idm.config.BaseAbstractStoreConfiguration
-
- getTiers() - Method in interface org.picketlink.idm.config.IdentityStoreConfiguration
-
- getUri() - Method in class org.picketlink.idm.credential.Digest
-
- getUser() - Method in class org.picketlink.idm.event.UserCreatedEvent
-
- getUser() - Method in class org.picketlink.idm.event.UserDeletedEvent
-
- getUser() - Method in class org.picketlink.idm.event.UserUpdatedEvent
-
- getUser(String) - Method in interface org.picketlink.idm.IdentityManager
-
Returns an
User with the given
loginName.
- getUser() - Method in class org.picketlink.idm.model.Authorization
-
- getUser(SecurityContext, String) - Method in interface org.picketlink.idm.spi.IdentityStore
-
Returns the User with the specified login name.
- getUserDNSuffix() - Method in class org.picketlink.idm.config.LDAPIdentityStoreConfiguration
-
- getUsername() - Method in class org.picketlink.idm.credential.Digest
-
- getUsername() - Method in class org.picketlink.idm.credential.UsernamePasswordCredentials
-
- getUsername() - Method in class org.picketlink.idm.credential.X509CertificateCredentials
-
- getValidatedAgent() - Method in class org.picketlink.idm.credential.AbstractBaseCredentials
-
- getValidatedAgent() - Method in interface org.picketlink.idm.credential.Credentials
-
Returns the
Agent instance used to validate the credential.
- getValue() - Method in class org.picketlink.idm.credential.Password
-
- getValue(String) - Method in class org.picketlink.idm.event.EventContext
-
- getValue() - Method in class org.picketlink.idm.model.Attribute
-
- getWorkingDir() - Method in class org.picketlink.idm.config.FileIdentityStoreConfiguration
-
- Grant - Class in org.picketlink.idm.model
-
Represents the grant of a Role to an Assignee
- Grant() - Constructor for class org.picketlink.idm.model.Grant
-
- Grant(IdentityType, Role) - Constructor for class org.picketlink.idm.model.Grant
-
- grantGroupRole(IdentityType, Role, Group) - Method in interface org.picketlink.idm.IdentityManager
-
- grantRole(IdentityType, Role) - Method in interface org.picketlink.idm.IdentityManager
-
- Group - Interface in org.picketlink.idm.model
-
Group representation
- GROUP - Static variable in class org.picketlink.idm.model.GroupMembership
-
- GROUP - Static variable in class org.picketlink.idm.model.GroupRole
-
- GROUP_ROLE_OF - Static variable in interface org.picketlink.idm.model.IdentityType
-
Used to specify either a realm-specific User or Group, or a tier-specific Group.
- GroupCreatedEvent - Class in org.picketlink.idm.event
-
- GroupCreatedEvent(Group) - Constructor for class org.picketlink.idm.event.GroupCreatedEvent
-
- GroupDeletedEvent - Class in org.picketlink.idm.event
-
This event is raised when a Group is deleted
- GroupDeletedEvent(Group) - Constructor for class org.picketlink.idm.event.GroupDeletedEvent
-
- groupDNSuffix(String) - Method in class org.picketlink.idm.config.LDAPStoreConfigurationBuilder
-
- GroupMembership - Class in org.picketlink.idm.model
-
A Relationship that represents an identity's membership in a Group
- GroupMembership() - Constructor for class org.picketlink.idm.model.GroupMembership
-
- GroupMembership(Agent, Group) - Constructor for class org.picketlink.idm.model.GroupMembership
-
- groupNotFoundWithPath(String, Partition) - Method in interface org.picketlink.idm.IDMMessages
-
- groupParentNotFoundWithId(String, Partition) - Method in interface org.picketlink.idm.IDMMessages
-
- GroupPath - Annotation Type in org.picketlink.idm.jpa.annotations
-
Marks the group path property of an identity type entity.
- GroupRole - Class in org.picketlink.idm.model
-
GroupRole is a Relationship type that assigns a role within a group to an identity (either a User or Group).
- GroupRole() - Constructor for class org.picketlink.idm.model.GroupRole
-
- GroupRole(IdentityType, Group, Role) - Constructor for class org.picketlink.idm.model.GroupRole
-
- GroupUpdatedEvent - Class in org.picketlink.idm.event
-
This event is raised when a new
Group is updated
- GroupUpdatedEvent(Group) - Constructor for class org.picketlink.idm.event.GroupUpdatedEvent
-
- ID - Static variable in interface org.picketlink.idm.model.AttributedType
-
A query parameter used to set the id value.
- Identifier - Annotation Type in org.picketlink.idm.jpa.annotations
-
Marks the identifier property of an identity type, relationship or partition entity
- Identity - Annotation Type in org.picketlink.idm.jpa.annotations
-
Marks the identity property of a relationship identity entity
- IDENTITY - Static variable in interface org.picketlink.idm.model.Relationship
-
- IdentityAttribute - Annotation Type in org.picketlink.idm.jpa.annotations
-
This annotation should be applied to a single entity bean of an application to mark it as
holding identity attribute state.
- IdentityCache - Interface in org.picketlink.idm
-
Storage for User, Group and Role instances to enable quick resolution of identity memberships.
- identityClass(Class<?>) - Method in class org.picketlink.idm.config.JPAStoreConfigurationBuilder
-
- IdentityConfiguration - Class in org.picketlink.idm.config
-
Defines the runtime configuration for Identity Management.
- IdentityConfigurationBuilder - Class in org.picketlink.idm.config
-
- IdentityConfigurationBuilder() - Constructor for class org.picketlink.idm.config.IdentityConfigurationBuilder
-
- IdentityConfigurationBuilder(IdentityConfiguration) - Constructor for class org.picketlink.idm.config.IdentityConfigurationBuilder
-
- IdentityConfigurationChildBuilder - Interface in org.picketlink.idm.config
-
- IdentityCredential - Annotation Type in org.picketlink.idm.jpa.annotations
-
This annotation should be applied to a single entity bean of an application to mark it as
holding credential state for an identity
- IdentityManagementException - Exception in org.picketlink.idm
-
This exception is thrown if there is an error during an identity management operation.
- IdentityManagementException() - Constructor for exception org.picketlink.idm.IdentityManagementException
-
- IdentityManagementException(String, Throwable) - Constructor for exception org.picketlink.idm.IdentityManagementException
-
- IdentityManagementException(String) - Constructor for exception org.picketlink.idm.IdentityManagementException
-
- IdentityManagementException(Throwable) - Constructor for exception org.picketlink.idm.IdentityManagementException
-
- IdentityManager - Interface in org.picketlink.idm
-
Manages all Identity Management related operations.
- identityManagerBootstrapping() - Method in interface org.picketlink.idm.IDMLogger
-
- identityManagerInitConfigForRealms(IdentityStoreConfiguration, Set<String>) - Method in interface org.picketlink.idm.IDMLogger
-
- identityManagerRealmNotConfigured(String) - Method in interface org.picketlink.idm.IDMLogger
-
- identityManagerTierNotConfigured(String) - Method in interface org.picketlink.idm.IDMLogger
-
- identityManagerUnsupportedOperation(FeatureSet.FeatureGroup, FeatureSet.FeatureOperation) - Method in interface org.picketlink.idm.IDMLogger
-
- IdentityName - Annotation Type in org.picketlink.idm.jpa.annotations
-
Marks the name property of an identity type entity.
- IdentityPartition - Annotation Type in org.picketlink.idm.jpa.annotations
-
Marks the partition property of an identity type entity
- IdentityProperty - Annotation Type in org.picketlink.idm.model.annotation
-
Marks the property of a Relationship as an identity that participates in the relationship.
- IdentityQuery<T extends IdentityType> - Interface in org.picketlink.idm.query
-
Unified identity query API
- IdentityStore<T extends IdentityStoreConfiguration> - Interface in org.picketlink.idm.spi
-
IdentityStore representation providing minimal SPI
- IdentityStoreConfiguration - Interface in org.picketlink.idm.config
-
Represents a configuration for a specific IdentityStore.
- IdentityStoreConfigurationBuilder<T extends IdentityStoreConfiguration,S extends IdentityStoreConfigurationBuilder<T,S>> - Interface in org.picketlink.idm.config
-
- IdentityStoresConfiguration - Class in org.picketlink.idm.config
-
- IdentityStoresConfiguration(List<IdentityStoreConfiguration>, StoreFactory) - Constructor for class org.picketlink.idm.config.IdentityStoresConfiguration
-
- IdentityStoresConfigurationBuilder - Class in org.picketlink.idm.config
-
- IdentityStoresConfigurationBuilder(IdentityConfigurationBuilder) - Constructor for class org.picketlink.idm.config.IdentityStoresConfigurationBuilder
-
- IdentityType - Annotation Type in org.picketlink.idm.jpa.annotations
-
This annotation should be applied to a single entity bean of an application to mark
it as holding identity objects, such as users, groups and roles.
- IdentityType - Interface in org.picketlink.idm.model
-
This interface is the base for all identity model objects.
- identityTypeAddFailed(IdentityType, Throwable) - Method in interface org.picketlink.idm.IDMMessages
-
- identityTypeAlreadyExists(Class<? extends IdentityType>, String, Partition) - Method in interface org.picketlink.idm.IDMMessages
-
- identityTypeAmbiguosFoundWithId(String) - Method in interface org.picketlink.idm.IDMMessages
-
- identityTypeQueryFailed(IdentityQuery<?>, Throwable) - Method in interface org.picketlink.idm.IDMMessages
-
- identityTypeRemoveFailed(IdentityType, Throwable) - Method in interface org.picketlink.idm.IDMMessages
-
- identityTypeUnsupportedType(Class<? extends IdentityType>) - Method in interface org.picketlink.idm.IDMMessages
-
- identityTypeUpdateFailed(IdentityType, Throwable) - Method in interface org.picketlink.idm.IDMMessages
-
- IdGenerator - Interface in org.picketlink.idm
-
Generates unique identifier values.
- IDMAttribute - Annotation Type in org.picketlink.idm.jpa.annotations
-
Marks a property of an entity bean as containing an Identity Management attribute
- IDMLogger - Interface in org.picketlink.idm
-
- IDMMessages - Interface in org.picketlink.idm
-
MessageBundle interface for all exceptions thrown by the IDM.
- init() - Method in class org.picketlink.idm.config.BaseAbstractStoreConfiguration
-
- init() - Method in interface org.picketlink.idm.config.IdentityStoreConfiguration
-
Initializes the store configuration with the specified
FeatureSet.
- initConfig() - Method in class org.picketlink.idm.config.BaseAbstractStoreConfiguration
-
- initConfig() - Method in class org.picketlink.idm.config.FileIdentityStoreConfiguration
-
- initConfig() - Method in class org.picketlink.idm.config.JPAIdentityStoreConfiguration
-
- initConfig() - Method in class org.picketlink.idm.config.LDAPIdentityStoreConfiguration
-
- initContextForStore(SecurityContext, IdentityStore<?>) - Method in interface org.picketlink.idm.spi.ContextInitializer
-
- instantiationError(String, Throwable) - Method in interface org.picketlink.idm.IDMMessages
-
- invalidate() - Method in interface org.picketlink.idm.credential.Credentials
-
Invalidates the credential.
- invalidate() - Method in class org.picketlink.idm.credential.DigestCredentials
-
- invalidate() - Method in class org.picketlink.idm.credential.UsernamePasswordCredentials
-
- invalidate() - Method in class org.picketlink.idm.credential.X509CertificateCredentials
-
- invalidate(Partition, IdentityType) - Method in interface org.picketlink.idm.IdentityCache
-
- isActiveDirectory() - Method in class org.picketlink.idm.config.LDAPIdentityStoreConfiguration
-
- isAlwaysCreateFiles() - Method in class org.picketlink.idm.config.FileIdentityStoreConfiguration
-
- isAsyncWrite() - Method in class org.picketlink.idm.config.FileIdentityStoreConfiguration
-
- isConfigured(Class<? extends IdentityStoreConfiguration>) - Method in class org.picketlink.idm.config.IdentityStoresConfigurationBuilder
-
- isEmpty() - Method in class org.picketlink.idm.config.IdentityStoresConfigurationBuilder
-
- isEmpty() - Method in class org.picketlink.idm.event.EventContext
-
- isEnabled() - Method in class org.picketlink.idm.model.AbstractIdentityType
-
- isEnabled() - Method in interface org.picketlink.idm.model.IdentityType
-
Indicates the current enabled status of this IdentityType.
- isFeatureSupported(Partition, FeatureSet.FeatureGroup, FeatureSet.FeatureOperation, Class<? extends Relationship>) - Method in interface org.picketlink.idm.spi.StoreFactory
-
Returns true if the specified feature (and optional relationship class) is supported by the specified
Partition's configuration
- isGroupNamespace(String) - Method in class org.picketlink.idm.config.LDAPIdentityStoreConfiguration
-
- isLoaded() - Method in class org.picketlink.idm.model.Attribute
-
- isMember(IdentityType, Group) - Method in interface org.picketlink.idm.IdentityManager
-
- isNonceExpired() - Method in exception org.picketlink.idm.credential.DigestValidationException
-
- isParameterSet(String) - Method in class org.picketlink.idm.spi.SecurityContext
-
Returns a boolean indicating whether the parameter with the specified name has been set
- isReadOnly() - Method in class org.picketlink.idm.model.Attribute
-
- isSortAscending() - Method in interface org.picketlink.idm.query.IdentityQuery
-
- Parent - Annotation Type in org.picketlink.idm.jpa.annotations
-
Marks the parent group property of a identity type entity (for group identities only),
the parent partition property of a partition entity (for tier partitions only),
the parent identity type for a credential entity, the parent identity for an attribute,
the parent relationship for a relationship attribute, the parent credential for a credential attribute,
or the parent relationship for a relationship identity.
- PARENT - Static variable in interface org.picketlink.idm.model.Group
-
A query parameter used to set the parent value.
- Partition - Annotation Type in org.picketlink.idm.jpa.annotations
-
This annotation should be applied to a single entity bean of an application to mark it as
holding partition (such as realm and tier) state.
- PARTITION - Static variable in interface org.picketlink.idm.model.IdentityType
-
A query parameter used to set the
Partition value
- Partition - Interface in org.picketlink.idm.model
-
An abstract container representing a grouping of identity objects.
- partitionAlreadyExistsWithName(Class<? extends Partition>, String) - Method in interface org.picketlink.idm.IDMMessages
-
- partitionClass(Class<?>) - Method in class org.picketlink.idm.config.JPAStoreConfigurationBuilder
-
- partitionCouldNotRemoveWithChilds(Partition) - Method in interface org.picketlink.idm.IDMMessages
-
- partitionCouldNotRemoveWithIdentityTypes(Partition) - Method in interface org.picketlink.idm.IDMMessages
-
- partitionInvalidTypeForAgents(Class<? extends Partition>) - Method in interface org.picketlink.idm.IDMMessages
-
- partitionInvalidTypeForCredential(Class<? extends Partition>) - Method in interface org.picketlink.idm.IDMMessages
-
- partitionNotFoundWithId(String) - Method in interface org.picketlink.idm.IDMMessages
-
- partitionNotFoundWithName(Class<? extends Partition>, String) - Method in interface org.picketlink.idm.IDMMessages
-
- partitionUnsupportedType(String) - Method in interface org.picketlink.idm.IDMMessages
-
- Password - Class in org.picketlink.idm.credential
-
Represents a text-based password credential
- Password(char[]) - Constructor for class org.picketlink.idm.credential.Password
-
- Password(String) - Constructor for class org.picketlink.idm.credential.Password
-
- PasswordEncoder - Interface in org.picketlink.idm.password
-
Represents different forms to encode passwords.
- PATH - Static variable in interface org.picketlink.idm.model.Group
-
A query parameter used to set the path.
- preserveState(boolean) - Method in class org.picketlink.idm.config.FileStoreConfigurationBuilder
-
- putAgent(Realm, Agent) - Method in interface org.picketlink.idm.IdentityCache
-
Inserts the specified
Agent into the cache, within the specified Partition.
- putGroup(Partition, Group) - Method in interface org.picketlink.idm.IdentityCache
-
Inserts the specified group into the cache, within the specified Partition.
- putRole(Partition, Role) - Method in interface org.picketlink.idm.IdentityCache
-
Inserts the specified role into the cache, within the specified Partition.
- putUser(Realm, User) - Method in interface org.picketlink.idm.IdentityCache
-
Inserts the specified user into the cache, for the specified Realm.
- raiseEvent(Object) - Method in interface org.picketlink.idm.event.EventBridge
-
- readFrom(T) - Method in class org.picketlink.idm.config.AbstractIdentityStoreConfigurationBuilder
-
- readFrom(T) - Method in interface org.picketlink.idm.config.Builder
-
- readFrom(FileIdentityStoreConfiguration) - Method in class org.picketlink.idm.config.FileStoreConfigurationBuilder
-
- readFrom(IdentityStoresConfiguration) - Method in class org.picketlink.idm.config.IdentityStoresConfigurationBuilder
-
- readFrom(JPAIdentityStoreConfiguration) - Method in class org.picketlink.idm.config.JPAStoreConfigurationBuilder
-
- readFrom(LDAPIdentityStoreConfiguration) - Method in class org.picketlink.idm.config.LDAPStoreConfigurationBuilder
-
- Realm - Class in org.picketlink.idm.model
-
A Realm defines a boundary for certain identity state.
- Realm(String) - Constructor for class org.picketlink.idm.model.Realm
-
- Relationship - Annotation Type in org.picketlink.idm.jpa.annotations
-
This annotation should be applied to a single entity bean of an application to mark it as
holding relationship-related state.
- Relationship - Interface in org.picketlink.idm.model
-
Represents a relationship between two or more
IdentityType, which is also
capable of supporting multiple attribute values.
- relationshipAddFailed(Relationship, Throwable) - Method in interface org.picketlink.idm.IDMMessages
-
- relationshipAmbiguosFound(Relationship) - Method in interface org.picketlink.idm.IDMMessages
-
- RelationshipAttribute - Annotation Type in org.picketlink.idm.jpa.annotations
-
This annotation should be applied to a single entity bean of an application to mark it as
holding relationship attribute state.
- relationshipAttributeClass(Class<?>) - Method in class org.picketlink.idm.config.JPAStoreConfigurationBuilder
-
- relationshipClass(Class<?>) - Method in class org.picketlink.idm.config.JPAStoreConfigurationBuilder
-
- RelationshipClass - Annotation Type in org.picketlink.idm.jpa.annotations
-
Marks the relationship class property of a relationship entity
- RelationshipCreatedEvent - Class in org.picketlink.idm.event
-
- RelationshipCreatedEvent(Relationship) - Constructor for class org.picketlink.idm.event.RelationshipCreatedEvent
-
- RelationshipDeletedEvent - Class in org.picketlink.idm.event
-
- RelationshipDeletedEvent(Relationship) - Constructor for class org.picketlink.idm.event.RelationshipDeletedEvent
-
- RelationshipDescriptor - Annotation Type in org.picketlink.idm.jpa.annotations
-
Marks the descriptor property of a relationship identity entity
- RelationshipIdentity - Annotation Type in org.picketlink.idm.jpa.annotations
-
This annotation should be applied to a single entity bean of an application to indicates that it
should be used to hold references to the identities that take part in a relationship.
- relationshipIdentityClass(Class<?>) - Method in class org.picketlink.idm.config.JPAStoreConfigurationBuilder
-
- RelationshipQuery<T extends Relationship> - Interface in org.picketlink.idm.query
-
Used to query identity relationships
- relationshipQueryFailed(RelationshipQuery<?>, Throwable) - Method in interface org.picketlink.idm.IDMMessages
-
- RelationshipQueryParameter - Interface in org.picketlink.idm.query
-
- relationshipRemoveFailed(Relationship, Throwable) - Method in interface org.picketlink.idm.IDMMessages
-
- relationshipUnsupportedGrantAssigneeType(IdentityType) - Method in interface org.picketlink.idm.IDMMessages
-
- relationshipUnsupportedGroupMemberType(IdentityType) - Method in interface org.picketlink.idm.IDMMessages
-
- RelationshipUpdatedEvent - Class in org.picketlink.idm.event
-
- RelationshipUpdatedEvent(Relationship) - Constructor for class org.picketlink.idm.event.RelationshipUpdatedEvent
-
- relationshipUpdateFailed(Relationship, Throwable) - Method in interface org.picketlink.idm.IDMMessages
-
- remove(IdentityType) - Method in interface org.picketlink.idm.IdentityManager
-
Removes the given
IdentityType instance from the configured identity store.
- remove(Relationship) - Method in interface org.picketlink.idm.IdentityManager
-
- remove(SecurityContext, AttributedType) - Method in interface org.picketlink.idm.spi.IdentityStore
-
Removes the specified IdentityType
- removeAttribute(String) - Method in class org.picketlink.idm.model.AbstractAttributedType
-
- removeAttribute(String) - Method in interface org.picketlink.idm.model.AttributedType
-
Remove the attribute with given name
- removeAttribute(SecurityContext, IdentityType, String) - Method in interface org.picketlink.idm.spi.IdentityStore
-
Removes the specified Attribute value, for the specified IdentityType
- removeFeature(FeatureSet.FeatureGroup) - Method in class org.picketlink.idm.config.AbstractIdentityStoreConfigurationBuilder
-
- removeFeature(FeatureSet.FeatureGroup, FeatureSet.FeatureOperation) - Method in class org.picketlink.idm.config.AbstractIdentityStoreConfigurationBuilder
-
- removeFeature(FeatureSet.FeatureGroup) - Method in class org.picketlink.idm.config.BaseAbstractStoreConfiguration
-
- removeFeature(FeatureSet.FeatureGroup, FeatureSet.FeatureOperation) - Method in interface org.picketlink.idm.config.IdentityStoreConfigurationBuilder
-
- removeFeature(FeatureSet.FeatureGroup) - Method in interface org.picketlink.idm.config.IdentityStoreConfigurationBuilder
-
- removeFromGroup(Agent, Group) - Method in interface org.picketlink.idm.IdentityManager
-
- removeRelationship(Class<? extends Relationship>...) - Method in class org.picketlink.idm.config.AbstractIdentityStoreConfigurationBuilder
-
- removeRelationship(Class<? extends Relationship>...) - Method in interface org.picketlink.idm.config.IdentityStoreConfigurationBuilder
-
- removeRelationshipFeature(Class<? extends Relationship>, FeatureSet.FeatureOperation) - Method in class org.picketlink.idm.config.AbstractIdentityStoreConfigurationBuilder
-
- removeRelationshipFeature(Class<? extends Relationship>, FeatureSet.FeatureOperation) - Method in interface org.picketlink.idm.config.IdentityStoreConfigurationBuilder
-
- retrieveCredentials(Agent, Class<T>) - Method in interface org.picketlink.idm.IdentityManager
-
Returns a list of all stored credential values for the specified agent and credential storage class
- retrieveCredentials(SecurityContext, Agent, Class<T>) - Method in interface org.picketlink.idm.spi.CredentialStore
-
Returns a List of all credential state of the specified class, for the specified Agent
- retrieveCurrentCredential(Agent, Class<T>) - Method in interface org.picketlink.idm.IdentityManager
-
Returns the current stored credential value for the specific agent and credential storage class
- retrieveCurrentCredential(SecurityContext, Agent, Class<T>) - Method in interface org.picketlink.idm.spi.CredentialStore
-
Return the currently active credential state of the specified class, for the specified Agent
- revokeGroupRole(IdentityType, Role, Group) - Method in interface org.picketlink.idm.IdentityManager
-
- revokeRole(IdentityType, Role) - Method in interface org.picketlink.idm.IdentityManager
-
- ROLE - Static variable in class org.picketlink.idm.model.Grant
-
- Role - Interface in org.picketlink.idm.model
-
Role representation
- ROLE_OF - Static variable in interface org.picketlink.idm.model.IdentityType
-
Used to specify either a realm-specific User or Group, or a tier-specific Group.
- RoleCreatedEvent - Class in org.picketlink.idm.event
-
- RoleCreatedEvent(Role) - Constructor for class org.picketlink.idm.event.RoleCreatedEvent
-
- RoleDeletedEvent - Class in org.picketlink.idm.event
-
This event is raised when a Role is deleted
- RoleDeletedEvent(Role) - Constructor for class org.picketlink.idm.event.RoleDeletedEvent
-
- roleDNSuffix(String) - Method in class org.picketlink.idm.config.LDAPStoreConfigurationBuilder
-
- RoleUpdatedEvent - Class in org.picketlink.idm.event
-
This event is raised when a new
Role is updated
- RoleUpdatedEvent(Role) - Constructor for class org.picketlink.idm.event.RoleUpdatedEvent
-
- SecurityConfigurationException - Exception in org.picketlink.idm.config
-
This exception is thrown when a problem is found with the Security API configuration
- SecurityConfigurationException() - Constructor for exception org.picketlink.idm.config.SecurityConfigurationException
-
- SecurityConfigurationException(String, Throwable) - Constructor for exception org.picketlink.idm.config.SecurityConfigurationException
-
- SecurityConfigurationException(String) - Constructor for exception org.picketlink.idm.config.SecurityConfigurationException
-
- SecurityConfigurationException(Throwable) - Constructor for exception org.picketlink.idm.config.SecurityConfigurationException
-
- SecurityContext - Class in org.picketlink.idm.spi
-
Stores security related state for one or more identity management operations
- SecurityContext(IdentityCache, EventBridge, CredentialHandlerFactory, IdGenerator, Partition) - Constructor for class org.picketlink.idm.spi.SecurityContext
-
- SecurityContextFactory - Interface in org.picketlink.idm.spi
-
Factory for creating and initializing IdentityStoreInvocationContext instances
- SecurityException - Exception in org.picketlink.idm
-
Any exception that is raised by the security module extends from this runtime exception class, making it easy for other
modules and extensions to catch all security-related exceptions in a single catch block, if need be.
- SecurityException() - Constructor for exception org.picketlink.idm.SecurityException
-
- SecurityException(String, Throwable) - Constructor for exception org.picketlink.idm.SecurityException
-
- SecurityException(String) - Constructor for exception org.picketlink.idm.SecurityException
-
- SecurityException(Throwable) - Constructor for exception org.picketlink.idm.SecurityException
-
- setAccessToken(String) - Method in class org.picketlink.idm.model.Authorization
-
- setApplication(Agent) - Method in class org.picketlink.idm.model.Authorization
-
- setAssignee(IdentityType) - Method in class org.picketlink.idm.model.Grant
-
- setAttribute(Attribute<? extends Serializable>) - Method in class org.picketlink.idm.model.AbstractAttributedType
-
- setAttribute(Attribute<? extends Serializable>) - Method in interface org.picketlink.idm.model.AttributedType
-
Set the specified attribute.
- setAttribute(SecurityContext, IdentityType, Attribute<? extends Serializable>) - Method in interface org.picketlink.idm.spi.IdentityStore
-
Sets the specified Attribute value for the specified IdentityType
- setAuthorizationCode(String) - Method in class org.picketlink.idm.model.Authorization
-
- setClientNonce(String) - Method in class org.picketlink.idm.credential.Digest
-
- setCreatedDate(Date) - Method in class org.picketlink.idm.model.AbstractIdentityType
-
- setCreatedDate(Date) - Method in interface org.picketlink.idm.model.IdentityType
-
- setCredentialHandlerProperty(String, Object) - Method in class org.picketlink.idm.config.AbstractIdentityStoreConfigurationBuilder
-
- setCredentialHandlerProperty(String, Object) - Method in interface org.picketlink.idm.config.IdentityStoreConfigurationBuilder
-
- setDigest(String) - Method in class org.picketlink.idm.credential.Digest
-
- setDigest(byte[]) - Method in class org.picketlink.idm.credential.Digest
-
- setDomain(String) - Method in class org.picketlink.idm.credential.Digest
-
- setEmail(String) - Method in class org.picketlink.idm.model.SimpleUser
-
- setEmail(String) - Method in interface org.picketlink.idm.model.User
-
- setEnabled(boolean) - Method in class org.picketlink.idm.model.AbstractIdentityType
-
- setEnabled(boolean) - Method in interface org.picketlink.idm.model.IdentityType
-
- setExpirationDate(Date) - Method in class org.picketlink.idm.model.AbstractIdentityType
-
- setExpirationDate(Date) - Method in interface org.picketlink.idm.model.IdentityType
-
- setFirstName(String) - Method in class org.picketlink.idm.model.SimpleUser
-
- setFirstName(String) - Method in interface org.picketlink.idm.model.User
-
- setGroup(Group) - Method in class org.picketlink.idm.model.GroupMembership
-
- setGroup(Group) - Method in class org.picketlink.idm.model.GroupRole
-
- setId(String) - Method in class org.picketlink.idm.model.AbstractAttributedType
-
- setId(String) - Method in interface org.picketlink.idm.model.AttributedType
-
Sets the unique identifier for this instance
- setIdentityManager(IdentityManager) - Method in class org.picketlink.idm.spi.SecurityContext
-
- setLastName(String) - Method in class org.picketlink.idm.model.SimpleUser
-
- setLastName(String) - Method in interface org.picketlink.idm.model.User
-
- setLimit(int) - Method in interface org.picketlink.idm.query.IdentityQuery
-
- setLimit(int) - Method in interface org.picketlink.idm.query.RelationshipQuery
-
- setLoaded(boolean) - Method in class org.picketlink.idm.model.Attribute
-
- setLoginName(String) - Method in interface org.picketlink.idm.model.Agent
-
- setLoginName(String) - Method in class org.picketlink.idm.model.SimpleAgent
-
- setMember(Agent) - Method in class org.picketlink.idm.model.GroupMembership
-
- setMethod(String) - Method in class org.picketlink.idm.credential.Digest
-
- setModelPropertyValue(Object, JPAIdentityStoreConfiguration.PropertyType, Object) - Method in class org.picketlink.idm.config.JPAIdentityStoreConfiguration
-
- setModelPropertyValue(Object, JPAIdentityStoreConfiguration.PropertyType, Object, boolean) - Method in class org.picketlink.idm.config.JPAIdentityStoreConfiguration
-
- setName(String) - Method in class org.picketlink.idm.model.SimpleGroup
-
- setName(String) - Method in class org.picketlink.idm.model.SimpleRole
-
- setNonce(String) - Method in class org.picketlink.idm.credential.Digest
-
- setNonceCount(String) - Method in class org.picketlink.idm.credential.Digest
-
- setOffset(int) - Method in interface org.picketlink.idm.query.IdentityQuery
-
- setOffset(int) - Method in interface org.picketlink.idm.query.RelationshipQuery
-
- setOpaque(String) - Method in class org.picketlink.idm.credential.Digest
-
- setOtpCredential(OTPCredential) - Method in class org.picketlink.idm.credential.OTPCredentials
-
- setParameter(QueryParameter, Object...) - Method in interface org.picketlink.idm.query.IdentityQuery
-
- setParameter(QueryParameter, Object...) - Method in interface org.picketlink.idm.query.RelationshipQuery
-
- setParameter(String, Object) - Method in class org.picketlink.idm.spi.SecurityContext
-
Sets a parameter value
- setParentGroup(Group) - Method in interface org.picketlink.idm.model.Group
-
Sets the parent group.
- setParentGroup(Group) - Method in class org.picketlink.idm.model.SimpleGroup
-
- setPartition(Partition) - Method in class org.picketlink.idm.model.AbstractIdentityType
-
- setPartition(Partition) - Method in interface org.picketlink.idm.model.IdentityType
-
- setPassword(String) - Method in class org.picketlink.idm.credential.Digest
-
- setPassword(Password) - Method in class org.picketlink.idm.credential.UsernamePasswordCredentials
-
- setPath(String) - Method in class org.picketlink.idm.model.SimpleGroup
-
- setQop(String) - Method in class org.picketlink.idm.credential.Digest
-
- setRealm(String) - Method in class org.picketlink.idm.credential.Digest
-
- setRefreshToken(String) - Method in class org.picketlink.idm.model.Authorization
-
- setRole(Role) - Method in class org.picketlink.idm.model.Grant
-
- setSortAscending(boolean) - Method in interface org.picketlink.idm.query.IdentityQuery
-
Specify if sorting will be ascending (true) or descending (false)
- setSortParameters(QueryParameter...) - Method in interface org.picketlink.idm.query.IdentityQuery
-
Parameters used to sort the results.
- setStale(String) - Method in class org.picketlink.idm.credential.Digest
-
- setStatus(Credentials.Status) - Method in class org.picketlink.idm.credential.AbstractBaseCredentials
-
- setup(S) - Method in interface org.picketlink.idm.credential.spi.CredentialHandler
-
- setup(T) - Method in interface org.picketlink.idm.spi.IdentityStore
-
Sets the configuration and context in which the IdentityStore will execute its operations
- setUri(String) - Method in class org.picketlink.idm.credential.Digest
-
- setUser(User) - Method in class org.picketlink.idm.model.Authorization
-
- setUsername(String) - Method in class org.picketlink.idm.credential.Digest
-
- setUsername(String) - Method in class org.picketlink.idm.credential.UsernamePasswordCredentials
-
- setUserName(String) - Method in class org.picketlink.idm.credential.X509CertificateCredentials
-
- setValidatedAgent(Agent) - Method in class org.picketlink.idm.credential.AbstractBaseCredentials
-
- setValue(String, Object) - Method in class org.picketlink.idm.event.EventContext
-
- setValue(T) - Method in class org.picketlink.idm.model.Attribute
-
Sets the value for this attribute.
- SimpleAgent - Class in org.picketlink.idm.model
-
Simple implementation of the Agent interface
- SimpleAgent(String) - Constructor for class org.picketlink.idm.model.SimpleAgent
-
- SimpleGroup - Class in org.picketlink.idm.model
-
Simple implementation of the Group interface
- SimpleGroup() - Constructor for class org.picketlink.idm.model.SimpleGroup
-
- SimpleGroup(String) - Constructor for class org.picketlink.idm.model.SimpleGroup
-
- SimpleGroup(String, Group) - Constructor for class org.picketlink.idm.model.SimpleGroup
-
- SimpleRole - Class in org.picketlink.idm.model
-
Simple implementation of the Role interface
- SimpleRole() - Constructor for class org.picketlink.idm.model.SimpleRole
-
- SimpleRole(String) - Constructor for class org.picketlink.idm.model.SimpleRole
-
- SimpleUser - Class in org.picketlink.idm.model
-
A simple User implementation
- SimpleUser() - Constructor for class org.picketlink.idm.model.SimpleUser
-
- SimpleUser(String) - Constructor for class org.picketlink.idm.model.SimpleUser
-
- storeConfigLockedFeatureSet() - Method in interface org.picketlink.idm.IDMMessages
-
- storeConfigRealmNotConfigured(String) - Method in interface org.picketlink.idm.IDMMessages
-
- storeConfigTierNotConfigured(String) - Method in interface org.picketlink.idm.IDMMessages
-
- storeConfigUnsupportedConfiguration(IdentityStoreConfiguration) - Method in interface org.picketlink.idm.IDMMessages
-
- storeConfigUnsupportedOperation(FeatureSet.FeatureGroup, FeatureSet.FeatureOperation, FeatureSet.FeatureGroup, FeatureSet.FeatureOperation) - Method in interface org.picketlink.idm.IDMMessages
-
- storeConfigUnsupportedRelationshipType(Class<? extends Relationship>) - Method in interface org.picketlink.idm.IDMMessages
-
- storeCredential(SecurityContext, Agent, CredentialStorage) - Method in interface org.picketlink.idm.spi.CredentialStore
-
Store the specified credential state
- Stored - Annotation Type in org.picketlink.idm.credential.spi.annotations
-
This annotation denotes a property of a Class implementing the CredentialStorage
interface as being persistent.
- storeFactory(StoreFactory) - Method in class org.picketlink.idm.config.IdentityStoresConfigurationBuilder
-
- StoreFactory - Interface in org.picketlink.idm.spi
-
Creates IdentityStore instances based on a provided configuration
- stores() - Method in class org.picketlink.idm.config.AbstractIdentityConfigurationChildBuilder
-
- stores() - Method in class org.picketlink.idm.config.IdentityConfigurationBuilder
-
- stores() - Method in interface org.picketlink.idm.config.IdentityConfigurationChildBuilder
-
- supportAllFeatures() - Method in class org.picketlink.idm.config.AbstractIdentityStoreConfigurationBuilder
-
- supportAllFeatures() - Method in interface org.picketlink.idm.config.IdentityStoreConfigurationBuilder
-
- supportFeature(FeatureSet.FeatureGroup...) - Method in class org.picketlink.idm.config.AbstractIdentityStoreConfigurationBuilder
-
- supportFeature(FeatureSet.FeatureGroup, FeatureSet.FeatureOperation) - Method in class org.picketlink.idm.config.AbstractIdentityStoreConfigurationBuilder
-
- supportFeature(FeatureSet.FeatureGroup...) - Method in interface org.picketlink.idm.config.IdentityStoreConfigurationBuilder
-
- supportRelationshipType(Class<? extends Relationship>...) - Method in class org.picketlink.idm.config.AbstractIdentityStoreConfigurationBuilder
-
- supportRelationshipType(Class<? extends Relationship>...) - Method in interface org.picketlink.idm.config.IdentityStoreConfigurationBuilder
-
- SupportsCredentials - Annotation Type in org.picketlink.idm.credential.spi.annotations
-
This annotation is used to declare which credential types are supported by a
particular CredentialHandler implementation
- supportsFeature(FeatureSet.FeatureGroup, FeatureSet.FeatureOperation) - Method in class org.picketlink.idm.config.BaseAbstractStoreConfiguration
-
- supportsFeature(FeatureSet.FeatureGroup, FeatureSet.FeatureOperation) - Method in interface org.picketlink.idm.config.IdentityStoreConfiguration
-
- supportsRelationship(Class<? extends Relationship>, FeatureSet.FeatureOperation) - Method in class org.picketlink.idm.config.BaseAbstractStoreConfiguration
-
Check if the given Relationship type is supported.
- supportsRelationship(Class<? extends Relationship>, FeatureSet.FeatureOperation) - Method in interface org.picketlink.idm.config.IdentityStoreConfiguration
-