Package | Description |
---|---|
org.picketlink.config.http | |
org.picketlink.http.internal.authentication.schemes |
Modifier and Type | Method and Description |
---|---|
Class<? extends HttpAuthenticationScheme> |
CustomAuthenticationConfiguration.getSchemeType() |
Modifier and Type | Method and Description |
---|---|
CustomAuthenticationConfigurationBuilder |
AuthenticationConfigurationBuilder.scheme(Class<? extends HttpAuthenticationScheme> schemeType)
Configures a specific
HttpAuthenticationScheme . |
Constructor and Description |
---|
CustomAuthenticationConfiguration(Class<? extends HttpAuthenticationScheme> schemeType,
AuthenticationConfiguration configuration) |
Modifier and Type | Class and Description |
---|---|
class |
BasicAuthenticationScheme |
class |
DigestAuthenticationScheme |
class |
FormAuthenticationScheme
An implementation of
HttpAuthenticationScheme that supports the Servlet Specification FORM Authentication Scheme |
class |
TokenAuthenticationScheme
A custom
HttpAuthenticationScheme that knows how to extract a header from
the request containing a token to authenticate/re-authenticate an user. |
class |
X509AuthenticationScheme
An implementation of
HttpAuthenticationScheme that supports the Servlet Specification
CLIENT-CERT Authentication Scheme |
Modifier and Type | Method and Description |
---|---|
protected HttpAuthenticationScheme |
TokenAuthenticationScheme.getPrimaryAuthenticationScheme()
Returns the primary
HttpAuthenticationScheme that will be used to validate user's
credential before issuing a new token. |
Copyright © 2019. All rights reserved.