Uses of Enum
com.okta.idx.sdk.api.model.AuthenticationStatus
Package
Description
This package contains helper classes for controllers.
-
Uses of AuthenticationStatus in com.okta.idx.sdk.api.model
Modifier and TypeMethodDescriptionstatic AuthenticationStatus
Returns the enum constant of this type with the specified name.static AuthenticationStatus[]
AuthenticationStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AuthenticationStatus in com.okta.idx.sdk.api.response
Modifier and TypeMethodDescriptionvoid
AuthenticationResponse.setAuthenticationStatus
(AuthenticationStatus authenticationStatus) -
Uses of AuthenticationStatus in com.okta.spring.example.helpers
Modifier and TypeMethodDescriptionPollResults.getStatus()
Get AuthenticationStatus after poll request.Modifier and TypeMethodDescriptionvoid
PollResults.setStatus
(AuthenticationStatus authenticationStatus) Set AuthenticationStatus after poll request.