Package com.okta.sdk.resource
Interface PasswordPolicySettings
-
- All Superinterfaces:
ExtensibleResource
,java.util.Map<java.lang.String,java.lang.Object>
,PropertyRetriever
,Resource
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-02-23T16:25:57.809958-06:00[America/Chicago]") public interface PasswordPolicySettings extends ExtensibleResource
PasswordPolicySettings
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PasswordPolicyDelegationSettings
getDelegation()
PasswordPolicyPasswordSettings
getPassword()
PasswordPolicyRecoverySettings
getRecovery()
PasswordPolicySettings
setDelegation(PasswordPolicyDelegationSettings delegation)
PasswordPolicySettings
setPassword(PasswordPolicyPasswordSettings password)
PasswordPolicySettings
setRecovery(PasswordPolicyRecoverySettings recovery)
-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from interface com.okta.sdk.resource.PropertyRetriever
getBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringList
-
Methods inherited from interface com.okta.sdk.resource.Resource
getResourceHref, setResourceHref
-
-
-
-
Method Detail
-
getDelegation
PasswordPolicyDelegationSettings getDelegation()
-
setDelegation
PasswordPolicySettings setDelegation(PasswordPolicyDelegationSettings delegation)
-
getPassword
PasswordPolicyPasswordSettings getPassword()
-
setPassword
PasswordPolicySettings setPassword(PasswordPolicyPasswordSettings password)
-
getRecovery
PasswordPolicyRecoverySettings getRecovery()
-
setRecovery
PasswordPolicySettings setRecovery(PasswordPolicyRecoverySettings recovery)
-
-