Uses of Class
com.okta.sdk.resource.authenticator.AuthenticatorStatus
-
Packages that use AuthenticatorStatus Package Description com.okta.sdk.resource.authenticator -
-
Uses of AuthenticatorStatus in com.okta.sdk.resource.authenticator
Methods in com.okta.sdk.resource.authenticator 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.authenticator with parameters of type AuthenticatorStatus Modifier and Type Method Description Authenticator
Authenticator. setStatus(AuthenticatorStatus status)
-