Uses of Enum
com.okta.sdk.resource.model.AuthenticatorKeyEnum
Packages that use AuthenticatorKeyEnum
-
Uses of AuthenticatorKeyEnum in com.okta.sdk.resource.model
Fields in com.okta.sdk.resource.model declared as AuthenticatorKeyEnumMethods in com.okta.sdk.resource.model that return AuthenticatorKeyEnumModifier and TypeMethodDescriptionstatic AuthenticatorKeyEnum
AuthenticatorBase.getKey()
Get keyWellKnownAppAuthenticatorConfiguration.getKey()
Get keystatic AuthenticatorKeyEnum
Returns the enum constant of this type with the specified name.static AuthenticatorKeyEnum[]
AuthenticatorKeyEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model with parameters of type AuthenticatorKeyEnumModifier and TypeMethodDescriptionAuthenticatorBase.key
(AuthenticatorKeyEnum key) WellKnownAppAuthenticatorConfiguration.key
(AuthenticatorKeyEnum key) void
AuthenticatorBase.setKey
(AuthenticatorKeyEnum key) void
WellKnownAppAuthenticatorConfiguration.setKey
(AuthenticatorKeyEnum key)