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-23T16:19:57.008753975Z[Etc/UTC]",
comments="Generator version: 7.8.0")
public class AuthenticationMethodChainMethod
extends VerificationMethod
implements Serializable
AuthenticationMethodChainMethod
- See Also:
-
Field Summary
FieldsFields inherited from class com.okta.sdk.resource.model.VerificationMethod
JSON_PROPERTY_TYPE, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddchainsItem(AuthenticationMethodChain chainsItem) chains(List<AuthenticationMethodChain> chains) booleanAuthentication method chains.Specifies how often the user should be prompted for authentication using duration format for the time period.inthashCode()reauthenticateIn(String reauthenticateIn) voidsetChains(List<AuthenticationMethodChain> chains) voidsetReauthenticateIn(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:
equalsin classVerificationMethod
-
hashCode
public int hashCode()- Overrides:
hashCodein classVerificationMethod
-
toString
- Overrides:
toStringin classVerificationMethod
-