@GwtIncompatible public static class BWSystem.SystemPasswordRulesModifyRequest extends Request<DefaultResponse>
Request.Protocol
Modifier and Type | Field and Description |
---|---|
protected Boolean |
allowWebAddExternalAuthenticationUsers |
protected Boolean |
disallowOldPassword |
protected Boolean |
disallowPreviousPasswords |
protected Boolean |
disallowReversedOldPassword |
protected Boolean |
disallowUserId |
protected com.google.common.base.Optional<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 SystemPasswordRulesApplyTo |
rulesApplyTo |
protected Boolean |
sendLoginDisabledNotifyEmail |
Constructor and Description |
---|
SystemPasswordRulesModifyRequest(BroadWorksServer broadWorksServer) |
appendChild, appendChild, appendChild, asyncFire, createDocument, createElement, createNilElement, createTextElement, fire, fire, getBroadWorksServer, getCommandElement, getCommandType, getDomDocument, getId, getResponseClass, getRootElement, isMemberOfBundle, isValid, run, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setMemberOfBundle, setRequestId, setResponseClass, setRootElement, toString, validate
protected SystemPasswordRulesApplyTo 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 com.google.common.base.Optional<String> loginDisabledNotifyEmailAddress
protected Boolean disallowPreviousPasswords
protected Integer numberOfPreviousPasswords
public SystemPasswordRulesModifyRequest(BroadWorksServer broadWorksServer)
public BWSystem.SystemPasswordRulesModifyRequest setRulesApplyTo(SystemPasswordRulesApplyTo rulesApplyTo)
public SystemPasswordRulesApplyTo getRulesApplyTo()
public BWSystem.SystemPasswordRulesModifyRequest setAllowWebAddExternalAuthenticationUsers(Boolean allowWebAddExternalAuthenticationUsers)
public Boolean getAllowWebAddExternalAuthenticationUsers()
public BWSystem.SystemPasswordRulesModifyRequest setDisallowUserId(Boolean disallowUserId)
public Boolean getDisallowUserId()
public BWSystem.SystemPasswordRulesModifyRequest setDisallowOldPassword(Boolean disallowOldPassword)
public Boolean getDisallowOldPassword()
public BWSystem.SystemPasswordRulesModifyRequest setDisallowReversedOldPassword(Boolean disallowReversedOldPassword)
public Boolean getDisallowReversedOldPassword()
public BWSystem.SystemPasswordRulesModifyRequest setRestrictMinDigits(Boolean restrictMinDigits)
public Boolean getRestrictMinDigits()
public BWSystem.SystemPasswordRulesModifyRequest setMinDigits(Integer minDigits)
public Integer getMinDigits()
public BWSystem.SystemPasswordRulesModifyRequest setRestrictMinUpperCaseLetters(Boolean restrictMinUpperCaseLetters)
public Boolean getRestrictMinUpperCaseLetters()
public BWSystem.SystemPasswordRulesModifyRequest setMinUpperCaseLetters(Integer minUpperCaseLetters)
public Integer getMinUpperCaseLetters()
public BWSystem.SystemPasswordRulesModifyRequest setRestrictMinLowerCaseLetters(Boolean restrictMinLowerCaseLetters)
public Boolean getRestrictMinLowerCaseLetters()
public BWSystem.SystemPasswordRulesModifyRequest setMinLowerCaseLetters(Integer minLowerCaseLetters)
public Integer getMinLowerCaseLetters()
public BWSystem.SystemPasswordRulesModifyRequest setRestrictMinNonAlphanumericCharacters(Boolean restrictMinNonAlphanumericCharacters)
public Boolean getRestrictMinNonAlphanumericCharacters()
public BWSystem.SystemPasswordRulesModifyRequest setMinNonAlphanumericCharacters(Integer minNonAlphanumericCharacters)
public Integer getMinNonAlphanumericCharacters()
public BWSystem.SystemPasswordRulesModifyRequest setMinLength(Integer minLength)
public Integer getMinLength()
public BWSystem.SystemPasswordRulesModifyRequest setMaxFailedLoginAttempts(Integer maxFailedLoginAttempts)
public Integer getMaxFailedLoginAttempts()
public BWSystem.SystemPasswordRulesModifyRequest setPasswordExpiresDays(Integer passwordExpiresDays)
public Integer getPasswordExpiresDays()
public BWSystem.SystemPasswordRulesModifyRequest setSendLoginDisabledNotifyEmail(Boolean sendLoginDisabledNotifyEmail)
public Boolean getSendLoginDisabledNotifyEmail()
public BWSystem.SystemPasswordRulesModifyRequest setLoginDisabledNotifyEmailAddress(String loginDisabledNotifyEmailAddress)
public com.google.common.base.Optional<String> getLoginDisabledNotifyEmailAddress()
public BWSystem.SystemPasswordRulesModifyRequest setDisallowPreviousPasswords(Boolean disallowPreviousPasswords)
public Boolean getDisallowPreviousPasswords()
public BWSystem.SystemPasswordRulesModifyRequest setNumberOfPreviousPasswords(Integer numberOfPreviousPasswords)
public Integer getNumberOfPreviousPasswords()
public void formRequest()
formRequest
in class Request<DefaultResponse>
Copyright © 2016 ECG. All rights reserved.