Uses of Enum
com.okta.idx.sdk.api.model.AuthenticationStatus
Packages that use AuthenticationStatus
Package
Description
This package contains helper classes for controllers.
-
Uses of AuthenticationStatus in com.okta.idx.sdk.api.model
Methods in com.okta.idx.sdk.api.model that return AuthenticationStatusModifier and TypeMethodDescriptionstatic AuthenticationStatusReturns 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
Methods in com.okta.idx.sdk.api.response that return AuthenticationStatusMethods in com.okta.idx.sdk.api.response with parameters of type AuthenticationStatusModifier and TypeMethodDescriptionvoidAuthenticationResponse.setAuthenticationStatus(AuthenticationStatus authenticationStatus) -
Uses of AuthenticationStatus in com.okta.spring.example.helpers
Methods in com.okta.spring.example.helpers that return AuthenticationStatusModifier and TypeMethodDescriptionPollResults.getStatus()Get AuthenticationStatus after poll request.Methods in com.okta.spring.example.helpers with parameters of type AuthenticationStatusModifier and TypeMethodDescriptionvoidPollResults.setStatus(AuthenticationStatus authenticationStatus) Set AuthenticationStatus after poll request.