public class OidcProfileCreator<U extends OidcProfile> extends ProfileDefinitionAware<U> implements ProfileCreator<OidcCredentials,U>
| Modifier and Type | Field and Description |
|---|---|
protected OidcConfiguration |
configuration |
protected TokenValidator |
tokenValidator |
| Constructor and Description |
|---|
OidcProfileCreator(OidcConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
U |
create(OidcCredentials credentials,
WebContext context) |
protected void |
internalInit() |
defaultProfileDefinition, getProfileDefinition, setProfileDefinitioninitprotected OidcConfiguration configuration
protected TokenValidator tokenValidator
public OidcProfileCreator(OidcConfiguration configuration)
protected void internalInit()
internalInit in class InitializableObjectpublic U create(OidcCredentials credentials, WebContext context)
create in interface ProfileCreator<OidcCredentials,U extends OidcProfile>Copyright © 2019. All Rights Reserved.