Package com.okta.sdk.resource.model
Class AuthenticationMethodChainMethod
java.lang.Object
com.okta.sdk.resource.model.VerificationMethod
com.okta.sdk.resource.model.AuthenticationMethodChainMethod
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class AuthenticationMethodChainMethod
extends VerificationMethod
implements Serializable
AuthenticationMethodChainMethod
- See Also:
-
Field Summary
Fields inherited from class com.okta.sdk.resource.model.VerificationMethod
JSON_PROPERTY_TYPE, type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddchainsItem
(AuthenticationMethodChain chainsItem) chains
(List<AuthenticationMethodChain> chains) boolean
Authentication method chains.Specifies how often the user should be prompted for authentication using duration format for the time period.int
hashCode()
reauthenticateIn
(String reauthenticateIn) void
setChains
(List<AuthenticationMethodChain> chains) void
setReauthenticateIn
(String reauthenticateIn) toString()
Methods inherited from class com.okta.sdk.resource.model.VerificationMethod
getType, setType, type
-
Field Details
-
JSON_PROPERTY_CHAINS
- See Also:
-
JSON_PROPERTY_REAUTHENTICATE_IN
- See Also:
-
-
Constructor Details
-
AuthenticationMethodChainMethod
public AuthenticationMethodChainMethod()
-
-
Method Details
-
chains
-
addchainsItem
-
getChains
Authentication method chains. Only supports 5 items in the array. Each chain can support maximum 3 steps.- Returns:
- chains
-
setChains
-
reauthenticateIn
-
getReauthenticateIn
Specifies how often the user should be prompted for authentication using duration format for the time period. For example, `PT2H30M` for two and a half hours. Don't set this parameter if you're setting the `reauthenticateIn` parameter in `chains`.- Returns:
- reauthenticateIn
-
setReauthenticateIn
-
equals
- Overrides:
equals
in classVerificationMethod
-
hashCode
public int hashCode()- Overrides:
hashCode
in classVerificationMethod
-
toString
- Overrides:
toString
in classVerificationMethod
-