Package com.okta.sdk.resource.model
Class AuthenticatorMethodOtp
java.lang.Object
com.okta.sdk.resource.model.AuthenticatorMethodBase
com.okta.sdk.resource.model.AuthenticatorMethodWithVerifiableProperties
com.okta.sdk.resource.model.AuthenticatorMethodOtp
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-30T09:30:33.152574-06:00[America/Chicago]")
public class AuthenticatorMethodOtp
extends AuthenticatorMethodWithVerifiableProperties
implements Serializable
AuthenticatorMethodOtp
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class com.okta.sdk.resource.model.AuthenticatorMethodWithVerifiableProperties
JSON_PROPERTY_VERIFIABLE_PROPERTIESFields inherited from class com.okta.sdk.resource.model.AuthenticatorMethodBase
JSON_PROPERTY_LINKS, JSON_PROPERTY_STATUS, JSON_PROPERTY_TYPE, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionacceptableAdjacentIntervals(Integer acceptableAdjacentIntervals) algorithm(OtpTotpAlgorithm algorithm) encoding(OtpTotpEncoding encoding) booleanfactorProfileId(String factorProfileId) Get acceptableAdjacentIntervals minimum: 0 maximum: 10Get algorithmGet encodingGet factorProfileIdGet passCodeLength minimum: 6 maximum: 10Get protocolGet timeIntervalInSecondsinthashCode()passCodeLength(Integer passCodeLength) protocol(OtpProtocol protocol) voidsetAcceptableAdjacentIntervals(Integer acceptableAdjacentIntervals) voidsetAlgorithm(OtpTotpAlgorithm algorithm) voidsetEncoding(OtpTotpEncoding encoding) voidsetFactorProfileId(String factorProfileId) voidsetPassCodeLength(Integer passCodeLength) voidsetProtocol(OtpProtocol protocol) voidsetTimeIntervalInSeconds(Integer timeIntervalInSeconds) timeIntervalInSeconds(Integer timeIntervalInSeconds) toString()Methods inherited from class com.okta.sdk.resource.model.AuthenticatorMethodWithVerifiableProperties
addVerifiablePropertiesItem, getVerifiableProperties, setVerifiableProperties, verifiableProperties
-
Field Details
-
JSON_PROPERTY_ACCEPTABLE_ADJACENT_INTERVALS
- See Also:
-
JSON_PROPERTY_ALGORITHM
- See Also:
-
JSON_PROPERTY_ENCODING
- See Also:
-
JSON_PROPERTY_FACTOR_PROFILE_ID
- See Also:
-
JSON_PROPERTY_PASS_CODE_LENGTH
- See Also:
-
JSON_PROPERTY_PROTOCOL
- See Also:
-
JSON_PROPERTY_TIME_INTERVAL_IN_SECONDS
- See Also:
-
-
Constructor Details
-
AuthenticatorMethodOtp
public AuthenticatorMethodOtp()
-
-
Method Details
-
acceptableAdjacentIntervals
-
getAcceptableAdjacentIntervals
Get acceptableAdjacentIntervals minimum: 0 maximum: 10- Returns:
- acceptableAdjacentIntervals
-
setAcceptableAdjacentIntervals
-
algorithm
-
getAlgorithm
Get algorithm- Returns:
- algorithm
-
setAlgorithm
-
encoding
-
getEncoding
Get encoding- Returns:
- encoding
-
setEncoding
-
factorProfileId
-
getFactorProfileId
Get factorProfileId- Returns:
- factorProfileId
-
setFactorProfileId
-
passCodeLength
-
getPassCodeLength
Get passCodeLength minimum: 6 maximum: 10- Returns:
- passCodeLength
-
setPassCodeLength
-
protocol
-
getProtocol
Get protocol- Returns:
- protocol
-
setProtocol
-
timeIntervalInSeconds
-
getTimeIntervalInSeconds
Get timeIntervalInSeconds- Returns:
- timeIntervalInSeconds
-
setTimeIntervalInSeconds
-
equals
- Overrides:
equalsin classAuthenticatorMethodWithVerifiableProperties
-
hashCode
public int hashCode()- Overrides:
hashCodein classAuthenticatorMethodWithVerifiableProperties
-
toString
- Overrides:
toStringin classAuthenticatorMethodWithVerifiableProperties
-