Package | Description |
---|---|
org.picketlink.idm.config | |
org.picketlink.internal |
Modifier and Type | Method and Description |
---|---|
protected List<ContextInitializer> |
IdentityStoreConfigurationBuilder.getContextInitializers() |
List<ContextInitializer> |
IdentityStoreConfiguration.getContextInitializers()
Returns a List of the configured context initializers for this configuration.
|
List<ContextInitializer> |
AbstractIdentityStoreConfiguration.getContextInitializers() |
Modifier and Type | Method and Description |
---|---|
S |
IdentityStoreConfigurationBuilder.addContextInitializer(ContextInitializer contextInitializer)
Adds a
ContextInitializer . |
void |
IdentityStoreConfiguration.addContextInitializer(ContextInitializer contextInitializer)
Adds a
ContextInitializer instance which will be used to initialize IdentityContext s for
this configuration. |
void |
AbstractIdentityStoreConfiguration.addContextInitializer(ContextInitializer contextInitializer) |
Constructor and Description |
---|
AbstractIdentityStoreConfiguration(Map<Class<? extends AttributedType>,Set<IdentityStoreConfiguration.IdentityOperation>> supportedTypes,
Map<Class<? extends AttributedType>,Set<IdentityStoreConfiguration.IdentityOperation>> unsupportedTypes,
List<ContextInitializer> contextInitializers,
Map<String,Object> credentialHandlerProperties,
Set<Class<? extends CredentialHandler>> credentialHandlers,
boolean supportsAttribute,
boolean supportsCredential,
boolean supportsPermissions) |
JDBCIdentityStoreConfiguration(Map<Class<? extends AttributedType>,Set<IdentityStoreConfiguration.IdentityOperation>> supportedTypes,
Map<Class<? extends AttributedType>,Set<IdentityStoreConfiguration.IdentityOperation>> unsupportedTypes,
List<ContextInitializer> contextInitializers,
Map<String,Object> credentialHandlerProperties,
Set<Class<? extends CredentialHandler>> credentialHandlers,
boolean supportsAttribute,
boolean supportsCredential,
boolean supportsPermissions) |
JDBCIdentityStoreConfiguration(String jndiName,
Map<Class<? extends AttributedType>,Set<IdentityStoreConfiguration.IdentityOperation>> supportedTypes,
Map<Class<? extends AttributedType>,Set<IdentityStoreConfiguration.IdentityOperation>> unsupportedTypes,
List<ContextInitializer> contextInitializers,
Map<String,Object> credentialHandlerProperties,
Set<Class<? extends CredentialHandler>> credentialHandlers,
boolean supportsAttribute,
boolean supportsCredential,
boolean supportsPermissions) |
JPAIdentityStoreConfiguration(Set<Class<?>> entityTypes,
Map<Class<? extends AttributedType>,Set<IdentityStoreConfiguration.IdentityOperation>> supportedTypes,
Map<Class<? extends AttributedType>,Set<IdentityStoreConfiguration.IdentityOperation>> unsupportedTypes,
List<ContextInitializer> contextInitializers,
Map<String,Object> credentialHandlerProperties,
Set<Class<? extends CredentialHandler>> credentialHandlers,
boolean supportsAttribute,
boolean supportsCredential,
boolean supportsPermissions) |
TokenStoreConfiguration(List<Token.Consumer> tokenConsumer,
Map<Class<? extends AttributedType>,Set<IdentityStoreConfiguration.IdentityOperation>> supportedTypes,
Map<Class<? extends AttributedType>,Set<IdentityStoreConfiguration.IdentityOperation>> unsupportedTypes,
List<ContextInitializer> contextInitializers,
Map<String,Object> credentialHandlerProperties,
Set<Class<? extends CredentialHandler>> credentialHandlers,
boolean supportsAttribute,
boolean supportsCredential,
boolean supportsPermissions) |
Modifier and Type | Class and Description |
---|---|
class |
AuthenticatedAccountContextInitializer
A
ContextInitializer that populates the IdentityContext
with a reference to an authenticated Account . |
class |
EntityManagerContextInitializer
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.