Uses of Enum Class
com.pingidentity.sdk.oobauth.OOBAuthResultContext.Status
Packages that use OOBAuthResultContext.Status
Package
Description
A plugin interface, with associated classes, for orchestrating out-of-band
authentication/authorization.
-
Uses of OOBAuthResultContext.Status in com.pingidentity.sdk.oobauth
Methods in com.pingidentity.sdk.oobauth that return OOBAuthResultContext.StatusModifier and TypeMethodDescriptionOOBAuthResultContext.getStatus()Gets the status of the given out-of-band authentication/authorization transaction.static OOBAuthResultContext.StatusReturns the enum constant of this class with the specified name.static OOBAuthResultContext.Status[]OOBAuthResultContext.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pingidentity.sdk.oobauth with parameters of type OOBAuthResultContext.StatusModifier and TypeMethodDescriptionvoidOOBAuthResultContext.setStatus(OOBAuthResultContext.Status status) Sets the status of the given out-of-band authentication/authorization transaction.