Package com.okta.sdk.resource.model
Class SupportedMethodsSettings
java.lang.Object
com.okta.sdk.resource.model.SupportedMethodsSettings
- 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 SupportedMethodsSettings
extends Object
implements Serializable
SupportedMethodsSettings
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddalgorithmsItem
(AuthenticatorMethodAlgorithm algorithmsItem) addtransactionTypesItem
(AuthenticatorMethodTransactionType transactionTypesItem) algorithms
(List<AuthenticatorMethodAlgorithm> algorithms) boolean
The encryption algorithm for this authenticator methodGet keyProtectionThe transaction type for this authenticator methodint
hashCode()
keyProtection
(PushMethodKeyProtection keyProtection) void
setAlgorithms
(List<AuthenticatorMethodAlgorithm> algorithms) void
setKeyProtection
(PushMethodKeyProtection keyProtection) void
setTransactionTypes
(List<AuthenticatorMethodTransactionType> transactionTypes) toString()
transactionTypes
(List<AuthenticatorMethodTransactionType> transactionTypes)
-
Field Details
-
JSON_PROPERTY_KEY_PROTECTION
- See Also:
-
JSON_PROPERTY_ALGORITHMS
- See Also:
-
JSON_PROPERTY_TRANSACTION_TYPES
- See Also:
-
-
Constructor Details
-
SupportedMethodsSettings
public SupportedMethodsSettings()
-
-
Method Details
-
keyProtection
-
getKeyProtection
Get keyProtection- Returns:
- keyProtection
-
setKeyProtection
-
algorithms
-
addalgorithmsItem
-
getAlgorithms
The encryption algorithm for this authenticator method- Returns:
- algorithms
-
setAlgorithms
-
transactionTypes
public SupportedMethodsSettings transactionTypes(List<AuthenticatorMethodTransactionType> transactionTypes) -
addtransactionTypesItem
public SupportedMethodsSettings addtransactionTypesItem(AuthenticatorMethodTransactionType transactionTypesItem) -
getTransactionTypes
The transaction type for this authenticator method- Returns:
- transactionTypes
-
setTransactionTypes
-
equals
-
hashCode
public int hashCode() -
toString
-