| Package | Description |
|---|---|
| org.picketlink.config.http | |
| org.picketlink.http.authentication |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticationMethodConfigurationBuilder<T extends AuthenticationSchemeConfiguration> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAuthenticationSchemeConfiguration |
class |
BasicAuthenticationConfiguration |
class |
CustomAuthenticationConfiguration |
class |
DigestAuthenticationConfiguration |
class |
FormAuthenticationConfiguration |
class |
TokenAuthenticationConfiguration |
class |
X509AuthenticationConfiguration |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationSchemeConfiguration |
AuthenticationConfiguration.getAuthenticationSchemeConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AuthenticationConfiguration.setAuthenticationSchemeConfiguration(AuthenticationSchemeConfiguration authenticationSchemeConfiguration) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HttpAuthenticationScheme<C extends AuthenticationSchemeConfiguration>
Basis for the HTTP Authentication Schemes such as BASIC, FORM, DIGEST and CLIENT-CERT.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.