public interface SSOSite
Modifier and Type | Method and Description |
---|---|
void |
configFormAuthentication(String formUserField,
String formPwdField)
Form authentication requires two fields that hold the credential
information for the request.
|
String |
getFormPwdField() |
String |
getFormUserField() |
int |
getId() |
String |
getName() |
String |
getRealm() |
Long |
getSecurityDomainId() |
String |
getURL() |
boolean |
isAllowUserSet() |
boolean |
isCertificateRequired() |
boolean |
isChallengeResponseAuthentication() |
boolean |
isFormAuthentication() |
void |
setAllowUserSet(boolean isAllowUserSet) |
void |
setCertificateRequired(boolean isCertificateRequired) |
void |
setChallengeResponseAuthentication(boolean isChallengeResponseAuthentication) |
void |
setFormAuthentication(boolean isFormAuthentication)
Define the Authentication methods.
|
void |
setFormPwdField(String formPwdField) |
void |
setFormUserField(String formUserField) |
void |
setName(String name) |
void |
setRealm(String realm) |
void |
setSecurityDomainId(Long securityDomain) |
void |
setURL(String siteURL) |
boolean isAllowUserSet()
void setAllowUserSet(boolean isAllowUserSet)
isAllowUserSet
- The isAllowUserSet to set.boolean isCertificateRequired()
void setCertificateRequired(boolean isCertificateRequired)
isCertificateRequired
- The isCertificateRequired to set.String getName()
void setName(String name)
name
- The name to set.int getId()
String getURL()
void setURL(String siteURL)
siteURL
- The siteURL to set.void setFormAuthentication(boolean isFormAuthentication)
void configFormAuthentication(String formUserField, String formPwdField)
void setChallengeResponseAuthentication(boolean isChallengeResponseAuthentication)
boolean isChallengeResponseAuthentication()
boolean isFormAuthentication()
String getFormPwdField()
void setFormPwdField(String formPwdField)
String getFormUserField()
void setFormUserField(String formUserField)
void setRealm(String realm)
String getRealm()
Long getSecurityDomainId()
void setSecurityDomainId(Long securityDomain)
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.