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 AuthenticatorKeyEnumAuthenticatorBase.getKey()Get keyWellKnownAppAuthenticatorConfiguration.getKey()Get keystatic AuthenticatorKeyEnumReturns 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) voidAuthenticatorBase.setKey(AuthenticatorKeyEnum key) voidWellKnownAppAuthenticatorConfiguration.setKey(AuthenticatorKeyEnum key)