| Package | Description |
|---|---|
| org.picketlink.config.http |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationConfiguration |
AbstractAuthenticationSchemeConfiguration.getAuthenticationConfiguration() |
AuthenticationConfiguration |
AuthenticationSchemeConfiguration.getAuthenticationConfiguration() |
AuthenticationConfiguration |
PathConfiguration.getAuthenticationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PathConfiguration.setAuthenticationConfiguration(AuthenticationConfiguration authenticationConfiguration) |
| Constructor and Description |
|---|
AbstractAuthenticationSchemeConfiguration(AuthenticationConfiguration authenticationConfiguration) |
BasicAuthenticationConfiguration(String realmName,
AuthenticationConfiguration configuration) |
CustomAuthenticationConfiguration(Class<? extends HttpAuthenticationScheme> schemeType,
AuthenticationConfiguration configuration) |
DigestAuthenticationConfiguration(String realmName,
AuthenticationConfiguration authenticationConfiguration) |
FormAuthenticationConfiguration(String loginPageUrl,
String errorPageUrl,
boolean restoreOriginalRequest,
String authenticationUri,
AuthenticationConfiguration authenticationConfiguration) |
TokenAuthenticationConfiguration(AuthenticationConfiguration authenticationConfiguration) |
X509AuthenticationConfiguration(String subjectRegex,
AuthenticationConfiguration authenticationConfiguration) |
Copyright © 2021. All rights reserved.