|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SSOSite
Interface SSOSite
Method Summary | |
---|---|
void |
addPrincipal(SSOPrincipal principal)
Adds the SSOPrincipal to the principals collection |
void |
configFormAuthentication(String formUserField,
String formPwdField)
Form authentication requires two fields that hold the credential information for the request. |
String |
getFormPwdField()
|
String |
getFormUserField()
|
String |
getName()
|
Collection |
getPrincipals()
|
String |
getRealm()
|
Collection |
getRemotePrincipals()
getRemotePrincipals |
int |
getSiteId()
|
String |
getSiteURL()
|
boolean |
isAllowUserSet()
|
boolean |
isCertificateRequired()
|
boolean |
isChallangeResponseAuthentication()
|
boolean |
isFormAuthentication()
|
void |
removePrincipal(long principalId)
removePrincipal() removes a principal from the principals collection |
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 |
setPrincipals(Collection principals)
|
void |
setRealm(String realm)
|
void |
setRemotePrincipals(Collection remotePrincipals)
setRemotePrincipals |
void |
setSiteId(int siteId)
|
void |
setSiteURL(String siteURL)
|
Method Detail |
---|
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.Collection getPrincipals()
void setPrincipals(Collection principals)
principals
- The principals to set.int getSiteId()
void setSiteId(int siteId)
siteId
- The siteId to set.String getSiteURL()
void setSiteURL(String siteURL)
siteURL
- The siteURL to set.void addPrincipal(SSOPrincipal principal) throws SSOException
SSOException
void removePrincipal(long principalId) throws SSOException
SSOException
Collection getRemotePrincipals()
void setRemotePrincipals(Collection remotePrincipals)
void setFormAuthentication(boolean isFormAuthentication)
void configFormAuthentication(String formUserField, String formPwdField)
void setChallengeResponseAuthentication(boolean isChallengeResponseAuthentication)
boolean isChallangeResponseAuthentication()
boolean isFormAuthentication()
String getFormPwdField()
void setFormPwdField(String formPwdField)
String getFormUserField()
void setFormUserField(String formUserField)
void setRealm(String realm)
String getRealm()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |