Package com.okta.sdk.resource.model
Class AuthenticatorSettings
java.lang.Object
com.okta.sdk.resource.model.AuthenticatorSettings
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-03-29T16:47:02.065887-05:00[America/Chicago]",
comments="Generator version: 7.4.0")
public class AuthenticatorSettings
extends Object
implements Serializable
AuthenticatorSettings
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionallowedFor
(AllowedForEnum allowedFor) appInstanceId
(String appInstanceId) channelBinding
(ChannelBinding channelBinding) compliance
(Compliance compliance) boolean
Get allowedForGet appInstanceIdGet channelBindingGet complianceGet tokenLifetimeInMinutesGet userVerificationint
hashCode()
void
setAllowedFor
(AllowedForEnum allowedFor) void
setAppInstanceId
(String appInstanceId) void
setChannelBinding
(ChannelBinding channelBinding) void
setCompliance
(Compliance compliance) void
setTokenLifetimeInMinutes
(Integer tokenLifetimeInMinutes) void
setUserVerification
(UserVerificationEnum userVerification) tokenLifetimeInMinutes
(Integer tokenLifetimeInMinutes) toString()
userVerification
(UserVerificationEnum userVerification)
-
Field Details
-
JSON_PROPERTY_ALLOWED_FOR
- See Also:
-
JSON_PROPERTY_APP_INSTANCE_ID
- See Also:
-
JSON_PROPERTY_CHANNEL_BINDING
- See Also:
-
JSON_PROPERTY_COMPLIANCE
- See Also:
-
JSON_PROPERTY_TOKEN_LIFETIME_IN_MINUTES
- See Also:
-
JSON_PROPERTY_USER_VERIFICATION
- See Also:
-
-
Constructor Details
-
AuthenticatorSettings
public AuthenticatorSettings()
-
-
Method Details
-
allowedFor
-
getAllowedFor
Get allowedFor- Returns:
- allowedFor
-
setAllowedFor
-
appInstanceId
-
getAppInstanceId
Get appInstanceId- Returns:
- appInstanceId
-
setAppInstanceId
-
channelBinding
-
getChannelBinding
Get channelBinding- Returns:
- channelBinding
-
setChannelBinding
-
compliance
-
getCompliance
Get compliance- Returns:
- compliance
-
setCompliance
-
tokenLifetimeInMinutes
-
getTokenLifetimeInMinutes
Get tokenLifetimeInMinutes- Returns:
- tokenLifetimeInMinutes
-
setTokenLifetimeInMinutes
-
userVerification
-
getUserVerification
Get userVerification- Returns:
- userVerification
-
setUserVerification
-
equals
-
hashCode
public int hashCode() -
toString
-