Package | Description |
---|---|
org.picketlink.config.http |
Modifier and Type | Method and Description |
---|---|
AuthenticationConfiguration |
PathConfiguration.getAuthenticationConfiguration() |
AuthenticationConfiguration |
AuthenticationSchemeConfiguration.getAuthenticationConfiguration() |
AuthenticationConfiguration |
AbstractAuthenticationSchemeConfiguration.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,
AuthenticationConfiguration authenticationConfiguration) |
TokenAuthenticationConfiguration(AuthenticationConfiguration authenticationConfiguration) |
X509AuthenticationConfiguration(String subjectRegex,
AuthenticationConfiguration authenticationConfiguration) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.