public class OidcExtractor extends InitializableWebObject implements CredentialsExtractor<OidcCredentials>
| Constructor and Description |
|---|
OidcExtractor() |
OidcExtractor(OidcConfiguration configuration,
String clientName) |
| Modifier and Type | Method and Description |
|---|---|
OidcCredentials |
extract(WebContext context)
Extract the right credentials.
|
protected void |
internalInit(WebContext context)
Internal initialization of the object.
|
protected Map<String,String> |
retrieveParameters(WebContext context) |
String |
toString() |
init, reinitpublic OidcExtractor()
public OidcExtractor(OidcConfiguration configuration, String clientName)
protected void internalInit(WebContext context)
InitializableWebObjectinternalInit in class InitializableWebObjectcontext - the web contextpublic OidcCredentials extract(WebContext context) throws HttpAction
CredentialsExtractorCredentialsException in case of failure.extract in interface CredentialsExtractor<OidcCredentials>context - the current web contextHttpAction - requires a specific HTTP action if necessaryprotected Map<String,String> retrieveParameters(WebContext context)
Copyright © 2017. All rights reserved.