Uses of Class
com.pingidentity.sdk.oobauth.OOBAuthResultContext.Status
-
Packages that use OOBAuthResultContext.Status Package Description com.pingidentity.sdk.oobauth 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.Status Modifier and Type Method Description OOBAuthResultContext.StatusOOBAuthResultContext. getStatus()Gets the status of the given out-of-band authentication/authorization transaction.static OOBAuthResultContext.StatusOOBAuthResultContext.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static OOBAuthResultContext.Status[]OOBAuthResultContext.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pingidentity.sdk.oobauth with parameters of type OOBAuthResultContext.Status Modifier and Type Method Description voidOOBAuthResultContext. setStatus(OOBAuthResultContext.Status status)Sets the status of the given out-of-band authentication/authorization transaction.
-