@GwtIncompatible public static class ServiceProvider.ServiceProviderPasswordRulesModifyRequest 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 ServiceProviderPasswordRulesApplyTo |
rulesApplyTo |
protected Boolean |
sendLoginDisabledNotifyEmail |
protected ServiceProvider |
serviceProvider |
Constructor and Description |
---|
ServiceProviderPasswordRulesModifyRequest(ServiceProvider serviceProvider) |
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
@NotNull protected transient ServiceProvider serviceProvider
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 com.google.common.base.Optional<String> loginDisabledNotifyEmailAddress
protected Boolean disallowPreviousPasswords
protected Integer numberOfPreviousPasswords
public ServiceProviderPasswordRulesModifyRequest(ServiceProvider serviceProvider)
public ServiceProvider.ServiceProviderPasswordRulesModifyRequest setServiceProvider(ServiceProvider serviceProvider)
public ServiceProvider getServiceProvider()
public ServiceProvider.ServiceProviderPasswordRulesModifyRequest setRulesApplyTo(ServiceProviderPasswordRulesApplyTo rulesApplyTo)
public ServiceProviderPasswordRulesApplyTo getRulesApplyTo()
public ServiceProvider.ServiceProviderPasswordRulesModifyRequest setAllowWebAddExternalAuthenticationUsers(Boolean allowWebAddExternalAuthenticationUsers)
public Boolean getAllowWebAddExternalAuthenticationUsers()
public ServiceProvider.ServiceProviderPasswordRulesModifyRequest setDisallowUserId(Boolean disallowUserId)
public Boolean getDisallowUserId()
public ServiceProvider.ServiceProviderPasswordRulesModifyRequest setDisallowOldPassword(Boolean disallowOldPassword)
public Boolean getDisallowOldPassword()
public ServiceProvider.ServiceProviderPasswordRulesModifyRequest setDisallowReversedOldPassword(Boolean disallowReversedOldPassword)
public Boolean getDisallowReversedOldPassword()
public ServiceProvider.ServiceProviderPasswordRulesModifyRequest setRestrictMinDigits(Boolean restrictMinDigits)
public Boolean getRestrictMinDigits()
public ServiceProvider.ServiceProviderPasswordRulesModifyRequest setMinDigits(Integer minDigits)
public Integer getMinDigits()
public ServiceProvider.ServiceProviderPasswordRulesModifyRequest setRestrictMinUpperCaseLetters(Boolean restrictMinUpperCaseLetters)
public Boolean getRestrictMinUpperCaseLetters()
public ServiceProvider.ServiceProviderPasswordRulesModifyRequest setMinUpperCaseLetters(Integer minUpperCaseLetters)
public Integer getMinUpperCaseLetters()
public ServiceProvider.ServiceProviderPasswordRulesModifyRequest setRestrictMinLowerCaseLetters(Boolean restrictMinLowerCaseLetters)
public Boolean getRestrictMinLowerCaseLetters()
public ServiceProvider.ServiceProviderPasswordRulesModifyRequest setMinLowerCaseLetters(Integer minLowerCaseLetters)
public Integer getMinLowerCaseLetters()
public ServiceProvider.ServiceProviderPasswordRulesModifyRequest setRestrictMinNonAlphanumericCharacters(Boolean restrictMinNonAlphanumericCharacters)
public Boolean getRestrictMinNonAlphanumericCharacters()
public ServiceProvider.ServiceProviderPasswordRulesModifyRequest setMinNonAlphanumericCharacters(Integer minNonAlphanumericCharacters)
public Integer getMinNonAlphanumericCharacters()
public ServiceProvider.ServiceProviderPasswordRulesModifyRequest setMinLength(Integer minLength)
public Integer getMinLength()
public ServiceProvider.ServiceProviderPasswordRulesModifyRequest setMaxFailedLoginAttempts(Integer maxFailedLoginAttempts)
public Integer getMaxFailedLoginAttempts()
public ServiceProvider.ServiceProviderPasswordRulesModifyRequest setPasswordExpiresDays(Integer passwordExpiresDays)
public Integer getPasswordExpiresDays()
public ServiceProvider.ServiceProviderPasswordRulesModifyRequest setSendLoginDisabledNotifyEmail(Boolean sendLoginDisabledNotifyEmail)
public Boolean getSendLoginDisabledNotifyEmail()
public ServiceProvider.ServiceProviderPasswordRulesModifyRequest setLoginDisabledNotifyEmailAddress(String loginDisabledNotifyEmailAddress)
public com.google.common.base.Optional<String> getLoginDisabledNotifyEmailAddress()
public ServiceProvider.ServiceProviderPasswordRulesModifyRequest setDisallowPreviousPasswords(Boolean disallowPreviousPasswords)
public Boolean getDisallowPreviousPasswords()
public ServiceProvider.ServiceProviderPasswordRulesModifyRequest setNumberOfPreviousPasswords(Integer numberOfPreviousPasswords)
public Integer getNumberOfPreviousPasswords()
public static ServiceProvider.ServiceProviderPasswordRulesModifyRequest getEmptyObject(BroadWorksServer broadWorksServer)
broadWorksServer
- The BroadWorksServerpublic void formRequest()
formRequest
in class Request<DefaultResponse>
Copyright © 2016 ECG. All rights reserved.