Package | Description |
---|---|
org.picketlink.http.internal.authentication.schemes | |
org.picketlink.idm.config | |
org.picketlink.idm.credential |
Modifier and Type | Method and Description |
---|---|
protected Token.Consumer |
TokenAuthenticationScheme.getTokenConsumer() |
Modifier and Type | Method and Description |
---|---|
List<Token.Consumer> |
TokenStoreConfiguration.getTokenConsumer() |
Modifier and Type | Method and Description |
---|---|
TokenStoreConfigurationBuilder |
TokenStoreConfigurationBuilder.tokenConsumer(Token.Consumer... tokenConsumers)
You must set a
Token.Consumer if you want to validate tokens and extract identity
information from them. |
Constructor and Description |
---|
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 |
AbstractTokenConsumer<T extends Token>
Provides built-in support to extract information for a particular
IdentityType from a
Token . |
Copyright © 2016 JBoss by Red Hat. All rights reserved.