Uses of Package
com.pingidentity.sdk.oobauth
-
Packages that use com.pingidentity.sdk.oobauth Package Description com.pingidentity.sdk.oobauth A plugin interface, with associated classes, for orchestrating out-of-band authentication/authorization. -
Classes in com.pingidentity.sdk.oobauth used by com.pingidentity.sdk.oobauth Class Description OOBAuthGeneralException A general exception for unexpected issues encountered in implementations ofOOBAuthPlugin, typically wrapping an implementation specific exception type.OOBAuthRequestContext Information about an out-of-band authentication/authorization request, which is passed toOOBAuthPlugin.initiate(OOBAuthRequestContext, Map)to begin the transaction.OOBAuthRequestContext.RequestingApplication Some general information about the calling application or client.OOBAuthResultContext Information about the state of an out-of-band authentication/authorization transaction returned fromOOBAuthPlugin.check(String, Map).OOBAuthResultContext.Status OOBAuthTransactionContext Information about an out-of-band authentication/authorization transaction returned fromOOBAuthPlugin.initiate(OOBAuthRequestContext, Map).UnknownUserException An exception that can be thrown fromOOBAuthPlugin.initiate(OOBAuthRequestContext, Map)to indicate that the end-user cannot be identified or doesn't exist.UserAuthBindingMessageException An exception that can be thrown fromOOBAuthPlugin.initiate(OOBAuthRequestContext, Map)to indicate that the user authorization binding message is invalid.