Uses of Class
org.sourceid.saml20.adapter.idp.authn.AuthnPolicy
-
Packages that use AuthnPolicy Package Description com.pingidentity.sdk Top level package for the PingFederate SDK.org.sourceid.saml20.adapter.idp.authn Identity Provider (IdP) role specific interfaces and classes for authentication adapters. -
-
Uses of AuthnPolicy in com.pingidentity.sdk
Methods in com.pingidentity.sdk with parameters of type AuthnPolicy Modifier and Type Method Description MapIdpAuthenticationAdapterV2. lookupAuthN(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, String partnerSpEntityId, AuthnPolicy authnPolicy, String resumePath)Deprecated. -
Uses of AuthnPolicy in org.sourceid.saml20.adapter.idp.authn
Methods in org.sourceid.saml20.adapter.idp.authn with parameters of type AuthnPolicy Modifier and Type Method Description 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.
-