Package com.okta.sdk.resource.model
Class AuthenticationMethodChain
java.lang.Object
com.okta.sdk.resource.model.AuthenticationMethodChain
- 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 AuthenticationMethodChain
extends Object
implements Serializable
AuthenticationMethodChain
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddauthenticationMethodsItem
(AuthenticationMethod authenticationMethodsItem) addnextItem
(Object nextItem) authenticationMethods
(List<AuthenticationMethod> authenticationMethods) boolean
Get authenticationMethodsgetNext()
The next steps of the authentication method chain.Specifies how often the user should be prompted for authentication using duration format for the time period.int
hashCode()
reauthenticateIn
(String reauthenticateIn) void
setAuthenticationMethods
(List<AuthenticationMethod> authenticationMethods) void
void
setReauthenticateIn
(String reauthenticateIn) toString()
-
Field Details
-
JSON_PROPERTY_AUTHENTICATION_METHODS
- See Also:
-
JSON_PROPERTY_NEXT
- See Also:
-
JSON_PROPERTY_REAUTHENTICATE_IN
- See Also:
-
-
Constructor Details
-
AuthenticationMethodChain
public AuthenticationMethodChain()
-
-
Method Details
-
authenticationMethods
public AuthenticationMethodChain authenticationMethods(List<AuthenticationMethod> authenticationMethods) -
addauthenticationMethodsItem
public AuthenticationMethodChain addauthenticationMethodsItem(AuthenticationMethod authenticationMethodsItem) -
getAuthenticationMethods
Get authenticationMethods- Returns:
- authenticationMethods
-
setAuthenticationMethods
-
next
-
addnextItem
-
getNext
The next steps of the authentication method chain. This is an array of `AuthenticationMethodChain`. Only supports one item in the array.- Returns:
- next
-
setNext
-
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. This parameter can't be set at the same time as the `reauthenticateIn` property on the `verificationMethod`.- Returns:
- reauthenticateIn
-
setReauthenticateIn
-
equals
-
hashCode
public int hashCode() -
toString
-