Uses of Enum
com.okta.sdk.resource.model.AuthenticatorMethodAlgorithm
Packages that use AuthenticatorMethodAlgorithm
-
Uses of AuthenticatorMethodAlgorithm in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return AuthenticatorMethodAlgorithmModifier and TypeMethodDescriptionstatic AuthenticatorMethodAlgorithm
static AuthenticatorMethodAlgorithm
Returns the enum constant of this type with the specified name.static AuthenticatorMethodAlgorithm[]
AuthenticatorMethodAlgorithm.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model that return types with arguments of type AuthenticatorMethodAlgorithmModifier and TypeMethodDescriptionAuthenticatorMethodPushAllOfSettings.getAlgorithms()
Get algorithmsAuthenticatorMethodSignedNonceAllOfSettings.getAlgorithms()
Get algorithmsSupportedMethodsSettings.getAlgorithms()
The encryption algorithm for this authenticator methodMethods in com.okta.sdk.resource.model with parameters of type AuthenticatorMethodAlgorithmModifier and TypeMethodDescriptionAuthenticatorMethodPushAllOfSettings.addalgorithmsItem
(AuthenticatorMethodAlgorithm algorithmsItem) AuthenticatorMethodSignedNonceAllOfSettings.addalgorithmsItem
(AuthenticatorMethodAlgorithm algorithmsItem) SupportedMethodsSettings.addalgorithmsItem
(AuthenticatorMethodAlgorithm algorithmsItem) Method parameters in com.okta.sdk.resource.model with type arguments of type AuthenticatorMethodAlgorithmModifier and TypeMethodDescriptionAuthenticatorMethodPushAllOfSettings.algorithms
(List<AuthenticatorMethodAlgorithm> algorithms) AuthenticatorMethodSignedNonceAllOfSettings.algorithms
(List<AuthenticatorMethodAlgorithm> algorithms) SupportedMethodsSettings.algorithms
(List<AuthenticatorMethodAlgorithm> algorithms) void
AuthenticatorMethodPushAllOfSettings.setAlgorithms
(List<AuthenticatorMethodAlgorithm> algorithms) void
AuthenticatorMethodSignedNonceAllOfSettings.setAlgorithms
(List<AuthenticatorMethodAlgorithm> algorithms) void
SupportedMethodsSettings.setAlgorithms
(List<AuthenticatorMethodAlgorithm> algorithms)