Uses of Class
org.sourceid.saml20.adapter.idp.authn.AuthnPolicy
Packages that use AuthnPolicy
Package
Description
Top level package for the PingFederate SDK.
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 AuthnPolicyModifier and TypeMethodDescriptionIdpAuthenticationAdapterV2.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 AuthnPolicyModifier and TypeMethodDescriptionIdpAuthenticationAdapter.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.
IdpAuthenticationAdapterV2.lookupAuthN(HttpServletRequest, HttpServletResponse, Map)