Uses of Class
org.sourceid.saml20.adapter.AuthnAdapterException

Packages that use AuthnAdapterException
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 org.sourceid.saml20.adapter.idp.authn
 

Methods in org.sourceid.saml20.adapter.idp.authn that throw AuthnAdapterException
 boolean IdpAuthenticationAdapter.logoutAuthN(java.util.Map authnIdentifiers, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, java.lang.String resumePath)
          This is the method that the PingFederate server will invoke during processing of a SAML 2 single logout to terminate a security context for a user at the external application or authentication provider service.
 java.util.Map IdpAuthenticationAdapter.lookupAuthN(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, java.lang.String partnerSpEntityId, AuthnPolicy authnPolicy, java.lang.String resumePath)
          This is the method that the PingFederate server will invoke during processing of a SAML 2 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
 java.io.Serializable SpAuthenticationAdapter.createAuthN(SsoContext ssoContext, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, java.lang.String resumePath)
          This is the method that the PingFederate server will invoke during processing of a SAML 2 single sign-on to create a security context for a user at the external application.
 boolean SpAuthenticationAdapter.logoutAuthN(java.io.Serializable authnBean, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, java.lang.String resumePath)
          This is the method that the PingFederate server will invoke during processing of a SAML 2 single logout to terminate a security context for a user at the external application.
 java.lang.String SpAuthenticationAdapter.lookupLocalUserId(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, java.lang.String partnerIdpEntityId, java.lang.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.
 



Copyright 2007 Ping Identity Corp. All rights reserved.