public static class ServiceProvider.ServiceProviderPasswordRulesGetResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected Boolean |
allowWebAddExternalAuthenticationUsers |
protected Boolean |
disallowOldPassword |
protected Boolean |
disallowPreviousPasswords |
protected Boolean |
disallowReversedOldPassword |
protected Boolean |
disallowRulesModification |
protected Boolean |
disallowUserId |
protected String |
loginDisabledNotifyEmailAddress |
protected Integer |
maxFailedLoginAttempts |
protected Integer |
minDigits |
protected Integer |
minLength |
protected Integer |
minLowerCaseLetters |
protected Integer |
minNonAlphanumericCharacters |
protected Integer |
minUpperCaseLetters |
protected Integer |
numberOfPreviousPasswords |
protected Integer |
passwordExpiresDays |
protected Boolean |
restrictMinDigits |
protected Boolean |
restrictMinLowerCaseLetters |
protected Boolean |
restrictMinNonAlphanumericCharacters |
protected Boolean |
restrictMinUpperCaseLetters |
protected ServiceProviderPasswordRulesApplyTo |
rulesApplyTo |
protected Boolean |
sendLoginDisabledNotifyEmail |
protected ServiceProvider |
serviceProvider |
request, responseContent, xPath
Constructor and Description |
---|
ServiceProviderPasswordRulesGetResponse() |
getBoolean, getDate, getDateTime, getDetailText, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNumber, getRequest, getResponse, getResponseContent, getString, getStringArray, getSummaryText, getTime, isCommandType, isErrorResponse
protected ServiceProviderPasswordRulesApplyTo rulesApplyTo
protected Boolean allowWebAddExternalAuthenticationUsers
protected Boolean disallowUserId
protected Boolean disallowOldPassword
protected Boolean disallowReversedOldPassword
protected Boolean restrictMinDigits
protected Integer minDigits
protected Boolean restrictMinUpperCaseLetters
protected Integer minUpperCaseLetters
protected Boolean restrictMinLowerCaseLetters
protected Integer minLowerCaseLetters
protected Boolean restrictMinNonAlphanumericCharacters
protected Integer minNonAlphanumericCharacters
protected Integer minLength
protected Integer maxFailedLoginAttempts
protected Integer passwordExpiresDays
protected Boolean sendLoginDisabledNotifyEmail
protected String loginDisabledNotifyEmailAddress
protected Boolean disallowRulesModification
protected Boolean disallowPreviousPasswords
protected Integer numberOfPreviousPasswords
protected transient ServiceProvider serviceProvider
public ServiceProviderPasswordRulesGetResponse()
public void setRulesApplyTo(ServiceProviderPasswordRulesApplyTo rulesApplyTo)
public ServiceProviderPasswordRulesApplyTo getRulesApplyTo()
public void setAllowWebAddExternalAuthenticationUsers(Boolean allowWebAddExternalAuthenticationUsers)
public Boolean getAllowWebAddExternalAuthenticationUsers()
public void setDisallowUserId(Boolean disallowUserId)
public Boolean getDisallowUserId()
public void setDisallowOldPassword(Boolean disallowOldPassword)
public Boolean getDisallowOldPassword()
public void setDisallowReversedOldPassword(Boolean disallowReversedOldPassword)
public Boolean getDisallowReversedOldPassword()
public void setRestrictMinDigits(Boolean restrictMinDigits)
public Boolean getRestrictMinDigits()
public void setMinDigits(Integer minDigits)
public Integer getMinDigits()
public void setRestrictMinUpperCaseLetters(Boolean restrictMinUpperCaseLetters)
public Boolean getRestrictMinUpperCaseLetters()
public void setMinUpperCaseLetters(Integer minUpperCaseLetters)
public Integer getMinUpperCaseLetters()
public void setRestrictMinLowerCaseLetters(Boolean restrictMinLowerCaseLetters)
public Boolean getRestrictMinLowerCaseLetters()
public void setMinLowerCaseLetters(Integer minLowerCaseLetters)
public Integer getMinLowerCaseLetters()
public void setRestrictMinNonAlphanumericCharacters(Boolean restrictMinNonAlphanumericCharacters)
public Boolean getRestrictMinNonAlphanumericCharacters()
public void setMinNonAlphanumericCharacters(Integer minNonAlphanumericCharacters)
public Integer getMinNonAlphanumericCharacters()
public void setMinLength(Integer minLength)
public Integer getMinLength()
public void setMaxFailedLoginAttempts(Integer maxFailedLoginAttempts)
public Integer getMaxFailedLoginAttempts()
public void setPasswordExpiresDays(Integer passwordExpiresDays)
public Integer getPasswordExpiresDays()
public void setSendLoginDisabledNotifyEmail(Boolean sendLoginDisabledNotifyEmail)
public Boolean getSendLoginDisabledNotifyEmail()
public void setLoginDisabledNotifyEmailAddress(String loginDisabledNotifyEmailAddress)
public String getLoginDisabledNotifyEmailAddress()
public void setDisallowRulesModification(Boolean disallowRulesModification)
public Boolean getDisallowRulesModification()
public void setDisallowPreviousPasswords(Boolean disallowPreviousPasswords)
public Boolean getDisallowPreviousPasswords()
public void setNumberOfPreviousPasswords(Integer numberOfPreviousPasswords)
public Integer getNumberOfPreviousPasswords()
public void setServiceProvider(ServiceProvider serviceProvider)
public ServiceProvider getServiceProvider()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.