|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.ofx4j.domain.data.profile.SignonInfo
public class SignonInfo
Sign-on information
Constructor Summary | |
---|---|
SignonInfo()
|
Method Summary | |
---|---|
java.lang.String |
getAdditionalCredientialsLabel1()
Label for a set of additional credentials that the user must supply. |
java.lang.String |
getAdditionalCredientialsLabel2()
Label for a set of additional credentials that the user must supply. |
java.lang.String |
getAuthTokenInfoURL()
The URL for the auth token information. |
java.lang.String |
getAuthTokenLabel()
The label of the auth token. |
java.lang.Boolean |
getAuthTokenRequiredForFirstSignon()
Whether an auth token is required for the sign-on. |
java.lang.Boolean |
getChangePasswordFirstRequired()
Whether the server requires the user to change their password as part of their first signon. |
java.lang.Boolean |
getChangePasswordSupported()
Whether the server can process a password change request for this realm. |
java.lang.Boolean |
getClientUIDRequired()
Whether a client UID is required for teh sign-on. |
java.lang.Integer |
getMaxPasswordCharacters()
The maximum number of password characters. |
java.lang.Boolean |
getMfaChallengeRequiredForFirstSignon()
Whether an MFA challenge request is required for the first sign-on into this realm. |
java.lang.Boolean |
getMfaSupported()
Whether MFA is supported. |
java.lang.Integer |
getMinPasswordCharacters()
The minimum number of password characters. |
java.lang.Boolean |
getPasswordCaseSensitive()
Whether the password is case-sensitive. |
CharacterType |
getPasswordCharacterType()
The type of password characters supported. |
java.lang.Boolean |
getPasswordSpacesAllowed()
Whether spaces are allowed in the password. |
java.lang.Boolean |
getPasswordSpecialCharsAllowed()
Whether special characters are allowed in the password. |
java.lang.String |
getRealm()
The name of the sign-on realm. |
void |
setAdditionalCredientialsLabel1(java.lang.String additionalCredientialsLabel1)
Label for a set of additional credentials that the user must supply. |
void |
setAdditionalCredientialsLabel2(java.lang.String additionalCredientialsLabel2)
Label for a set of additional credentials that the user must supply. |
void |
setAuthTokenInfoURL(java.lang.String authTokenInfoURL)
The URL for the auth token information. |
void |
setAuthTokenLabel(java.lang.String authTokenLabel)
The label of the auth token. |
void |
setAuthTokenRequiredForFirstSignon(java.lang.Boolean authTokenRequiredForFirstSignon)
Whether an auth token is required for the sign-on. |
void |
setChangePasswordFirstRequired(java.lang.Boolean changePasswordFirstRequired)
Whether the server requires the user to change their password as part of their first signon. |
void |
setChangePasswordSupported(java.lang.Boolean changePasswordSupported)
Whether the server can process a password change request for this realm. |
void |
setClientUIDRequired(java.lang.Boolean clientUIDRequired)
Whether a client UID is required for teh sign-on. |
void |
setMaxPasswordCharacters(java.lang.Integer maxPasswordCharacters)
The maximum number of password characters. |
void |
setMfaChallengeRequiredForFirstSignon(java.lang.Boolean mfaChallengeRequiredForFirstSignon)
Whether an MFA challenge request is required for the first sign-on into this realm. |
void |
setMfaSupported(java.lang.Boolean mfaSupported)
Whether MFA is supported. |
void |
setMinPasswordCharacters(java.lang.Integer minPasswordCharacters)
The minimum number of password characters. |
void |
setPasswordCaseSensitive(java.lang.Boolean passwordCaseSensitive)
Whether the password is case-sensitive. |
void |
setPasswordCharacterType(CharacterType passwordCharacterType)
The type of password characters supported. |
void |
setPasswordSpacesAllowed(java.lang.Boolean passwordSpacesAllowed)
Whether spaces are allowed in the password. |
void |
setPasswordSpecialCharsAllowed(java.lang.Boolean passwordSpecialCharsAllowed)
Whether special characters are allowed in the password. |
void |
setRealm(java.lang.String realm)
The name of the sign-on realm. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SignonInfo()
Method Detail |
---|
public java.lang.String getRealm()
getRealm
in interface SignonProfile
public void setRealm(java.lang.String realm)
realm
- The name of the sign-on realm.public java.lang.Integer getMinPasswordCharacters()
getMinPasswordCharacters
in interface SignonProfile
public void setMinPasswordCharacters(java.lang.Integer minPasswordCharacters)
minPasswordCharacters
- The minimum number of password characters.public java.lang.Integer getMaxPasswordCharacters()
getMaxPasswordCharacters
in interface SignonProfile
public void setMaxPasswordCharacters(java.lang.Integer maxPasswordCharacters)
maxPasswordCharacters
- The maximum number of password characters.public CharacterType getPasswordCharacterType()
getPasswordCharacterType
in interface SignonProfile
public void setPasswordCharacterType(CharacterType passwordCharacterType)
passwordCharacterType
- The type of password characters supported.public java.lang.Boolean getPasswordCaseSensitive()
getPasswordCaseSensitive
in interface SignonProfile
public void setPasswordCaseSensitive(java.lang.Boolean passwordCaseSensitive)
passwordCaseSensitive
- Whether the password is case-sensitive.public java.lang.Boolean getPasswordSpecialCharsAllowed()
getPasswordSpecialCharsAllowed
in interface SignonProfile
public void setPasswordSpecialCharsAllowed(java.lang.Boolean passwordSpecialCharsAllowed)
passwordSpecialCharsAllowed
- Whether special characters are allowed in the password.public java.lang.Boolean getPasswordSpacesAllowed()
getPasswordSpacesAllowed
in interface SignonProfile
public void setPasswordSpacesAllowed(java.lang.Boolean passwordSpacesAllowed)
passwordSpacesAllowed
- Whether spaces are allowed in the password.public java.lang.Boolean getChangePasswordSupported()
getChangePasswordSupported
in interface SignonProfile
public void setChangePasswordSupported(java.lang.Boolean changePasswordSupported)
changePasswordSupported
- Whether the server can process a password change request for this realm.public java.lang.Boolean getChangePasswordFirstRequired()
getChangePasswordFirstRequired
in interface SignonProfile
public void setChangePasswordFirstRequired(java.lang.Boolean changePasswordFirstRequired)
changePasswordFirstRequired
- Whether the server requires the user to change their password as part of their first signon.public java.lang.String getAdditionalCredientialsLabel1()
getAdditionalCredientialsLabel1
in interface SignonProfile
public void setAdditionalCredientialsLabel1(java.lang.String additionalCredientialsLabel1)
additionalCredientialsLabel1
- Label for a set of additional credentials that the user must supply.public java.lang.String getAdditionalCredientialsLabel2()
getAdditionalCredientialsLabel2
in interface SignonProfile
public void setAdditionalCredientialsLabel2(java.lang.String additionalCredientialsLabel2)
additionalCredientialsLabel2
- Label for a set of additional credentials that the user must supply.public java.lang.Boolean getClientUIDRequired()
getClientUIDRequired
in interface SignonProfile
public void setClientUIDRequired(java.lang.Boolean clientUIDRequired)
clientUIDRequired
- Whether a client UID is required for teh sign-on.public java.lang.Boolean getAuthTokenRequiredForFirstSignon()
getAuthTokenRequiredForFirstSignon
in interface SignonProfile
public void setAuthTokenRequiredForFirstSignon(java.lang.Boolean authTokenRequiredForFirstSignon)
authTokenRequiredForFirstSignon
- Whether an auth token is required for the sign-on.public java.lang.String getAuthTokenLabel()
getAuthTokenLabel
in interface SignonProfile
public void setAuthTokenLabel(java.lang.String authTokenLabel)
authTokenLabel
- The label of the auth token.public java.lang.String getAuthTokenInfoURL()
getAuthTokenInfoURL
in interface SignonProfile
public void setAuthTokenInfoURL(java.lang.String authTokenInfoURL)
authTokenInfoURL
- The URL for the auth token information.public java.lang.Boolean getMfaSupported()
getMfaSupported
in interface SignonProfile
public void setMfaSupported(java.lang.Boolean mfaSupported)
mfaSupported
- Whether MFA is supported.public java.lang.Boolean getMfaChallengeRequiredForFirstSignon()
getMfaChallengeRequiredForFirstSignon
in interface SignonProfile
public void setMfaChallengeRequiredForFirstSignon(java.lang.Boolean mfaChallengeRequiredForFirstSignon)
mfaChallengeRequiredForFirstSignon
- Whether an MFA challenge request is required for the first sign-on into this realm.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |