org.apache.jetspeed.sso
Interface SSOSite


public interface SSOSite

Interface SSOSite

Author:
rruttimann

Method Summary
 void configFormAuthentication(java.lang.String formUserField, java.lang.String formPwdField)
          Form authentication requires two fields that hold the credential information for the request.
 java.lang.String getFormPwdField()
           
 java.lang.String getFormUserField()
           
 int getId()
           
 java.lang.String getName()
           
 java.lang.String getRealm()
           
 java.lang.Long getSecurityDomainId()
           
 java.lang.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(java.lang.String formPwdField)
           
 void setFormUserField(java.lang.String formUserField)
           
 void setName(java.lang.String name)
           
 void setRealm(java.lang.String realm)
           
 void setSecurityDomainId(java.lang.Long securityDomain)
           
 void setURL(java.lang.String siteURL)
           
 

Method Detail

isAllowUserSet

boolean isAllowUserSet()
Returns:
Returns the isAllowUserSet.

setAllowUserSet

void setAllowUserSet(boolean isAllowUserSet)
Parameters:
isAllowUserSet - The isAllowUserSet to set.

isCertificateRequired

boolean isCertificateRequired()
Returns:
Returns the isCertificateRequired.

setCertificateRequired

void setCertificateRequired(boolean isCertificateRequired)
Parameters:
isCertificateRequired - The isCertificateRequired to set.

getName

java.lang.String getName()
Returns:
Returns the name.

setName

void setName(java.lang.String name)
Parameters:
name - The name to set.

getId

int getId()
Returns:
Returns the id of the site.

getURL

java.lang.String getURL()
Returns:
Returns the siteURL.

setURL

void setURL(java.lang.String siteURL)
Parameters:
siteURL - The siteURL to set.

setFormAuthentication

void setFormAuthentication(boolean isFormAuthentication)
Define the Authentication methods. Supported are: Challenge Response and From based


configFormAuthentication

void configFormAuthentication(java.lang.String formUserField,
                              java.lang.String formPwdField)
Form authentication requires two fields that hold the credential information for the request.


setChallengeResponseAuthentication

void setChallengeResponseAuthentication(boolean isChallengeResponseAuthentication)

isChallengeResponseAuthentication

boolean isChallengeResponseAuthentication()

isFormAuthentication

boolean isFormAuthentication()

getFormPwdField

java.lang.String getFormPwdField()

setFormPwdField

void setFormPwdField(java.lang.String formPwdField)

getFormUserField

java.lang.String getFormUserField()

setFormUserField

void setFormUserField(java.lang.String formUserField)

setRealm

void setRealm(java.lang.String realm)

getRealm

java.lang.String getRealm()

getSecurityDomainId

java.lang.Long getSecurityDomainId()

setSecurityDomainId

void setSecurityDomainId(java.lang.Long securityDomain)


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.