public class LoginConfigurationImpl extends Descriptor implements LoginConfiguration
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTHENTICATION_METHOD_BASIC
teh client authenticates using http basic authentication.
|
static String |
AUTHENTICATION_METHOD_CLIENT_CERTIFICATE
The client sends a certificate.
|
static String |
AUTHENTICATION_METHOD_DIGEST
Digest authentication.
|
static String |
AUTHENTICATION_METHOD_FORM
FOrm authentication.
|
DESCRIPTION_CHANGED, DESCRIPTOR_CHANGED, docType, LARGE_ICON_CHANGED, NAME_CHANGED, SMALL_ICON_CHANGEDBASIC_AUTHENTICATION, CLIENT_CERTIFICATION_AUTHENTICATION, DIGEST_AUTHENTICATION, FORM_AUTHENTICATION| Constructor and Description |
|---|
LoginConfigurationImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAuthenticationMethod()
Return my authentication method.
|
String |
getFormErrorPage()
Get the name of the error page for form login.
|
String |
getFormLoginPage()
Get the name of the login page for form login.
|
String |
getRealmName()
Obtain the realm the server should use for basic authentication.
|
int |
hashCode() |
void |
print(StringBuffer toStringBuffer)
My representation as a formatted String.
|
void |
setAuthenticationMethod(String authenticationMethod)
Sets my authentication method.
|
void |
setFormErrorPage(String formErrorPage)
Set the name of the error page for form login.
|
void |
setFormLoginPage(String formLoginPage)
Set the name of the login page for form login.
|
void |
setRealmName(String realmName)
Set the realm the server should use for basic authentication.
|
addDescriptorExtension, addPrefixMapping, createUniqueFilenameAmongst, createUniqueNameAmongst, createUniqueNameAmongstNamedDescriptors, fillDocType, getDeploymentExtensions, getDescription, getDescriptorExtension, getDescriptorExtensions, getDisplayName, getDocType, getLargeIconUri, getLocalizedDescription, getLocalizedDescriptions, getLocalizedDisplayName, getLocalizedDisplayNames, getLocalizedLargeIconUri, getLocalizedLargeIconUris, getLocalizedSmallIconUri, getLocalizedSmallIconUris, getName, getPrefixMapping, getSmallIconUri, isBoundsChecking, setBoundsChecking, setDescription, setDisplayName, setLargeIconUri, setLocalizedDescription, setLocalizedDisplayName, setLocalizedLargeIconUri, setLocalizedSmallIconUri, setName, setSmallIconUri, visitaddExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toStringaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedpublic static final String AUTHENTICATION_METHOD_BASIC
public static final String AUTHENTICATION_METHOD_DIGEST
public static final String AUTHENTICATION_METHOD_FORM
public static final String AUTHENTICATION_METHOD_CLIENT_CERTIFICATE
public String getAuthenticationMethod()
getAuthenticationMethod in interface LoginConfigurationpublic void setAuthenticationMethod(String authenticationMethod)
setAuthenticationMethod in interface LoginConfigurationpublic String getRealmName()
getRealmName in interface LoginConfigurationpublic void setRealmName(String realmName)
setRealmName in interface LoginConfigurationpublic String getFormLoginPage()
getFormLoginPage in interface LoginConfigurationpublic void setFormLoginPage(String formLoginPage)
setFormLoginPage in interface LoginConfigurationpublic String getFormErrorPage()
getFormErrorPage in interface LoginConfigurationpublic void setFormErrorPage(String formErrorPage)
setFormErrorPage in interface LoginConfigurationpublic void print(StringBuffer toStringBuffer)
print in class DescriptorCopyright © 2017. All rights reserved.