public interface AccountPasswordPolicy
AccountPasswordPolicy
resource.
Each AccountPasswordPolicy
object is uniquely identified by
these identifier(s):
Modifier and Type | Method and Description |
---|---|
void |
delete(DeleteAccountPasswordPolicyRequest request)
Performs the
Delete action. |
void |
delete(DeleteAccountPasswordPolicyRequest request,
ResultCapture<Void> extractor)
Performs the
Delete action and use a ResultCapture to
retrieve the low-level client response. |
Boolean |
getAllowUsersToChangePassword()
Gets the value of the AllowUsersToChangePassword attribute.
|
Boolean |
getExpirePasswords()
Gets the value of the ExpirePasswords attribute.
|
Boolean |
getHardExpiry()
Gets the value of the HardExpiry attribute.
|
Integer |
getMaxPasswordAge()
Gets the value of the MaxPasswordAge attribute.
|
Integer |
getMinimumPasswordLength()
Gets the value of the MinimumPasswordLength attribute.
|
Integer |
getPasswordReusePrevention()
Gets the value of the PasswordReusePrevention attribute.
|
Boolean |
getRequireLowercaseCharacters()
Gets the value of the RequireLowercaseCharacters attribute.
|
Boolean |
getRequireNumbers()
Gets the value of the RequireNumbers attribute.
|
Boolean |
getRequireSymbols()
Gets the value of the RequireSymbols attribute.
|
Boolean |
getRequireUppercaseCharacters()
Gets the value of the RequireUppercaseCharacters attribute.
|
boolean |
isLoaded()
Returns true if this resource's attributes have been loaded.
|
boolean |
load()
Makes a call to the service to load this resource's attributes if they
are not loaded yet.
|
boolean |
load(GetAccountPasswordPolicyRequest request)
Makes a call to the service to load this resource's attributes if they
are not loaded yet.
|
boolean |
load(GetAccountPasswordPolicyRequest request,
ResultCapture<GetAccountPasswordPolicyResult> extractor)
Makes a call to the service to load this resource's attributes if they
are not loaded yet, and use a ResultCapture to retrieve the low-level
client response
|
void |
update(UpdateAccountPasswordPolicyRequest request)
Performs the
Update action. |
void |
update(UpdateAccountPasswordPolicyRequest request,
ResultCapture<Void> extractor)
Performs the
Update action and use a ResultCapture to
retrieve the low-level client response. |
boolean isLoaded()
false
, calls to attribute getter methods on this
instance will make an implicit call to load()
to retrieve the
value.boolean load()
true
if the resource is not yet loaded when this
method was invoked, which indicates that a service call has been
made to retrieve the attributes.load(GetAccountPasswordPolicyRequest)
boolean load(GetAccountPasswordPolicyRequest request)
true
if the resource is not yet loaded when this
method was invoked, which indicates that a service call has been
made to retrieve the attributes.GetAccountPasswordPolicyRequest
boolean load(GetAccountPasswordPolicyRequest request, ResultCapture<GetAccountPasswordPolicyResult> extractor)
true
if the resource is not yet loaded when this
method was invoked, which indicates that a service call has been
made to retrieve the attributes.GetAccountPasswordPolicyRequest
Integer getMaxPasswordAge()
load()
is made to retrieve the value of the
attribute.Boolean getRequireUppercaseCharacters()
load()
is made to retrieve
the value of the attribute.Boolean getHardExpiry()
load()
is made to retrieve the value of the
attribute.Boolean getRequireNumbers()
load()
is made to retrieve the value of the
attribute.Boolean getExpirePasswords()
load()
is made to retrieve the value of the
attribute.Boolean getRequireSymbols()
load()
is made to retrieve the value of the
attribute.Boolean getAllowUsersToChangePassword()
load()
is made to retrieve
the value of the attribute.Integer getPasswordReusePrevention()
load()
is made to retrieve the value
of the attribute.Boolean getRequireLowercaseCharacters()
load()
is made to retrieve
the value of the attribute.Integer getMinimumPasswordLength()
load()
is made to retrieve the value
of the attribute.void update(UpdateAccountPasswordPolicyRequest request)
Update
action.
UpdateAccountPasswordPolicyRequest
void update(UpdateAccountPasswordPolicyRequest request, ResultCapture<Void> extractor)
Update
action and use a ResultCapture to
retrieve the low-level client response.
UpdateAccountPasswordPolicyRequest
void delete(DeleteAccountPasswordPolicyRequest request)
Delete
action.
DeleteAccountPasswordPolicyRequest
void delete(DeleteAccountPasswordPolicyRequest request, ResultCapture<Void> extractor)
Delete
action and use a ResultCapture to
retrieve the low-level client response.
DeleteAccountPasswordPolicyRequest
Copyright © 2014. All rights reserved.