Uses of Class
org.sourceid.saml20.adapter.GeneralAdapterException
-
Packages that use GeneralAdapterException Package Description com.pingidentity.sdk.oobauth A plugin interface, with associated classes, for orchestrating out-of-band authentication/authorization.org.sourceid.saml20.adapter Adapter classes and interfaces that are common across SAML2 roles (both IdP and SP). -
-
Uses of GeneralAdapterException in com.pingidentity.sdk.oobauth
Subclasses of GeneralAdapterException in com.pingidentity.sdk.oobauth Modifier and Type Class Description classOOBAuthGeneralExceptionA general exception for unexpected issues encountered in implementations ofOOBAuthPlugin, typically wrapping an implementation specific exception type.classUnknownUserExceptionAn exception that can be thrown fromOOBAuthPlugin.initiate(OOBAuthRequestContext, Map)to indicate that the end-user cannot be identified or doesn't exist.classUserAuthBindingMessageExceptionAn exception that can be thrown fromOOBAuthPlugin.initiate(OOBAuthRequestContext, Map)to indicate that the user authorization binding message is invalid. -
Uses of GeneralAdapterException in org.sourceid.saml20.adapter
Subclasses of GeneralAdapterException in org.sourceid.saml20.adapter Modifier and Type Class Description classAuthnAdapterExceptionAn base exception to be thrown by adapter implementations when they encounter unexpected problems they cannot handle.static classAuthnAdapterException.NoMappedAdaptersstatic classAuthnAdapterException.NonUniqueUserExceptionstatic classAuthnAdapterException.NoUniqueIdException
-