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
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

Parameters

$complexity

string getComplexity()

No description

Return Value

string

setDisallowCompromisedCredentials($disallowCompromisedCredentials)

No description

Parameters

$disallowCompromisedCredentials

bool getDisallowCompromisedCredentials()

No description

Return Value

bool

setDisallowUsernameSubstring($disallowUsernameSubstring)

No description

Parameters

$disallowUsernameSubstring

bool getDisallowUsernameSubstring()

No description

Return Value

bool

setEnablePasswordPolicy($enablePasswordPolicy)

No description

Parameters

$enablePasswordPolicy

bool getEnablePasswordPolicy()

No description

Return Value

bool

setMinLength($minLength)

No description

Parameters

$minLength

int getMinLength()

No description

Return Value

int

setPasswordChangeInterval($passwordChangeInterval)

No description

Parameters

$passwordChangeInterval

string getPasswordChangeInterval()

No description

Return Value

string

setReuseInterval($reuseInterval)

No description

Parameters

$reuseInterval

int getReuseInterval()

No description

Return Value

int