PasswordValidationPolicy
class PasswordValidationPolicy extends Model (View source)
Properties
string | $complexity | ||
bool | $disallowCompromisedCredentials | ||
bool | $disallowUsernameSubstring | ||
bool | $enablePasswordPolicy | ||
int | $minLength | ||
string | $passwordChangeInterval | ||
int | $reuseInterval |
Methods
setComplexity($complexity)
No description
string
getComplexity()
No description
setDisallowCompromisedCredentials($disallowCompromisedCredentials)
No description
bool
getDisallowCompromisedCredentials()
No description
setDisallowUsernameSubstring($disallowUsernameSubstring)
No description
bool
getDisallowUsernameSubstring()
No description
setEnablePasswordPolicy($enablePasswordPolicy)
No description
bool
getEnablePasswordPolicy()
No description
setMinLength($minLength)
No description
int
getMinLength()
No description
setPasswordChangeInterval($passwordChangeInterval)
No description
string
getPasswordChangeInterval()
No description
setReuseInterval($reuseInterval)
No description
int
getReuseInterval()
No description
Details
setComplexity($complexity)
No description
string
getComplexity()
No description
setDisallowCompromisedCredentials($disallowCompromisedCredentials)
No description
bool
getDisallowCompromisedCredentials()
No description
setDisallowUsernameSubstring($disallowUsernameSubstring)
No description
bool
getDisallowUsernameSubstring()
No description
setEnablePasswordPolicy($enablePasswordPolicy)
No description
bool
getEnablePasswordPolicy()
No description
setMinLength($minLength)
No description
int
getMinLength()
No description
setPasswordChangeInterval($passwordChangeInterval)
No description
string
getPasswordChangeInterval()
No description
setReuseInterval($reuseInterval)
No description
int
getReuseInterval()
No description