public static class BWSystem.SystemDeviceProfileAuthenticationPasswordRulesGetResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected AuthenticationLockoutType |
deviceProfileAuthenticationLockoutType |
protected AuthenticationLockoutFixedWaitTimeMinutes |
deviceProfileLockoutFixedMinutes |
protected Integer |
deviceProfilePermanentLockoutThreshold |
protected Integer |
deviceProfileTemporaryLockoutThreshold |
protected AuthenticationLockoutWaitAlgorithmType |
deviceProfileWaitAlgorithm |
protected Boolean |
disallowAuthenticationName |
protected Boolean |
disallowOldPassword |
protected Boolean |
disallowReversedOldPassword |
protected Integer |
minDigits |
protected Integer |
minLength |
protected Integer |
minLowerCaseLetters |
protected Integer |
minNonAlphanumericCharacters |
protected Integer |
minUpperCaseLetters |
protected String |
permanentLockoutNotifyEmailAddress |
protected Boolean |
restrictMinDigits |
protected Boolean |
restrictMinLowerCaseLetters |
protected Boolean |
restrictMinNonAlphanumericCharacters |
protected Boolean |
restrictMinUpperCaseLetters |
protected Boolean |
sendPermanentLockoutNotification |
request, responseContent, xPath
Constructor and Description |
---|
SystemDeviceProfileAuthenticationPasswordRulesGetResponse() |
getBoolean, getDate, getDateTime, getDetailText, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNumber, getRequest, getResponse, getResponseContent, getString, getStringArray, getSummaryText, getTime, isCommandType, isErrorResponse
protected Boolean disallowAuthenticationName
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 Boolean sendPermanentLockoutNotification
protected String permanentLockoutNotifyEmailAddress
protected AuthenticationLockoutType deviceProfileAuthenticationLockoutType
protected Integer deviceProfileTemporaryLockoutThreshold
protected AuthenticationLockoutWaitAlgorithmType deviceProfileWaitAlgorithm
protected AuthenticationLockoutFixedWaitTimeMinutes deviceProfileLockoutFixedMinutes
protected Integer deviceProfilePermanentLockoutThreshold
public SystemDeviceProfileAuthenticationPasswordRulesGetResponse()
public void setDisallowAuthenticationName(Boolean disallowAuthenticationName)
public Boolean getDisallowAuthenticationName()
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 setSendPermanentLockoutNotification(Boolean sendPermanentLockoutNotification)
public Boolean getSendPermanentLockoutNotification()
public void setPermanentLockoutNotifyEmailAddress(String permanentLockoutNotifyEmailAddress)
public String getPermanentLockoutNotifyEmailAddress()
public void setDeviceProfileAuthenticationLockoutType(AuthenticationLockoutType deviceProfileAuthenticationLockoutType)
public AuthenticationLockoutType getDeviceProfileAuthenticationLockoutType()
public void setDeviceProfileTemporaryLockoutThreshold(Integer deviceProfileTemporaryLockoutThreshold)
public Integer getDeviceProfileTemporaryLockoutThreshold()
public void setDeviceProfileWaitAlgorithm(AuthenticationLockoutWaitAlgorithmType deviceProfileWaitAlgorithm)
public AuthenticationLockoutWaitAlgorithmType getDeviceProfileWaitAlgorithm()
public void setDeviceProfileLockoutFixedMinutes(AuthenticationLockoutFixedWaitTimeMinutes deviceProfileLockoutFixedMinutes)
public AuthenticationLockoutFixedWaitTimeMinutes getDeviceProfileLockoutFixedMinutes()
public void setDeviceProfilePermanentLockoutThreshold(Integer deviceProfilePermanentLockoutThreshold)
public Integer getDeviceProfilePermanentLockoutThreshold()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.