public interface LoginConfiguration
| Modifier and Type | Field and Description |
|---|---|
static String |
BASIC_AUTHENTICATION |
static String |
CLIENT_CERTIFICATION_AUTHENTICATION |
static String |
DIGEST_AUTHENTICATION |
static String |
FORM_AUTHENTICATION |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthenticationMethod() |
String |
getFormErrorPage() |
String |
getFormLoginPage() |
String |
getRealmName() |
void |
setAuthenticationMethod(String authorizationMethod) |
void |
setFormErrorPage(String formErrorPage) |
void |
setFormLoginPage(String formLoginPage) |
void |
setRealmName(String relamName) |
static final String BASIC_AUTHENTICATION
static final String FORM_AUTHENTICATION
static final String DIGEST_AUTHENTICATION
static final String CLIENT_CERTIFICATION_AUTHENTICATION
String getAuthenticationMethod()
void setAuthenticationMethod(String authorizationMethod)
String getRealmName()
void setRealmName(String relamName)
String getFormLoginPage()
void setFormLoginPage(String formLoginPage)
String getFormErrorPage()
void setFormErrorPage(String formErrorPage)
Copyright © 2019. All rights reserved.