Uses of Class
org.sourceid.saml20.adapter.AuthnAdapterException
-
Packages that use AuthnAdapterException Package Description com.pingidentity.sdk Top level package for the PingFederate SDK.org.sourceid.saml20.adapter Adapter classes and interfaces that are common across SAML2 roles (both IdP and SP).org.sourceid.saml20.adapter.idp.authn Identity Provider (IdP) role specific interfaces and classes for authentication adapters.org.sourceid.saml20.adapter.sp.authn Service Provider (SP) role specific interfaces and classes for authentication adapters. -
-
Uses of AuthnAdapterException in com.pingidentity.sdk
Methods in com.pingidentity.sdk that throw AuthnAdapterException Modifier and Type Method Description MapIdpAuthenticationAdapterV2. lookupAuthN(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, String partnerSpEntityId, AuthnPolicy authnPolicy, String resumePath)Deprecated.AuthnAdapterResponseIdpAuthenticationAdapterV2. lookupAuthN(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Map<String,Object> inParameters)The extended method that the PingFederate server will invoke during processing of a single sign-on transaction to lookup information about an authenticated security context or session for a user at the external application or authentication provider service. -
Uses of AuthnAdapterException in org.sourceid.saml20.adapter
Subclasses of AuthnAdapterException in org.sourceid.saml20.adapter Modifier and Type Class Description static classAuthnAdapterException.NoMappedAdaptersstatic classAuthnAdapterException.NonUniqueUserExceptionstatic classAuthnAdapterException.NoUniqueIdException -
Uses of AuthnAdapterException in org.sourceid.saml20.adapter.idp.authn
Methods in org.sourceid.saml20.adapter.idp.authn that throw AuthnAdapterException Modifier and Type Method Description booleanIdpAuthenticationAdapter. logoutAuthN(Map authnIdentifiers, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, String resumePath)This is the method that the PingFederate server will invoke during processing of a single logout to terminate a security context for a user at the external application or authentication provider service.MapIdpAuthenticationAdapter. lookupAuthN(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, String partnerSpEntityId, AuthnPolicy authnPolicy, String resumePath)This is the method that the PingFederate server will invoke during processing of a single sign-on transaction to lookup information about an authenticated security context or session for a user at the external application or authentication provider service. -
Uses of AuthnAdapterException in org.sourceid.saml20.adapter.sp.authn
Methods in org.sourceid.saml20.adapter.sp.authn that throw AuthnAdapterException Modifier and Type Method Description SerializableSpAuthenticationAdapter. createAuthN(SsoContext ssoContext, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, String resumePath)This is the method that the PingFederate server will invoke during processing of a single sign-on to create a security context for a user at the external application.booleanSpAuthenticationAdapter. logoutAuthN(Serializable authnBean, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, String resumePath)This is the method that the PingFederate server will invoke during processing of a single logout to terminate a security context for a user at the external application.StringSpAuthenticationAdapter. lookupLocalUserId(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, String partnerIdpEntityId, String resumePath)When the PingFederate server is configured to do account linking, it stores the association between the user identifier provided by the IdP and the local user identifier.
-