Uses of Class
com.okta.sdk.resource.AuthenticatorStatus
-
Packages that use AuthenticatorStatus Package Description com.okta.sdk.resource -
-
Uses of AuthenticatorStatus in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return AuthenticatorStatus Modifier and Type Method Description AuthenticatorStatus
Authenticator. getStatus()
static AuthenticatorStatus
AuthenticatorStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AuthenticatorStatus[]
AuthenticatorStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource with parameters of type AuthenticatorStatus Modifier and Type Method Description Authenticator
Authenticator. setStatus(AuthenticatorStatus status)
-