Methods in org.sourceid.saml20.adapter.idp.authn with parameters of type AuthnPolicy |
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. |
java.util.Map |
AbstractPasswordIdpAuthnAdapter.lookupAuthN(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
java.lang.String entityId,
AuthnPolicy authnPolicy,
java.lang.String resumeUrl)
|
java.util.Map |
AbstractPasswordIdpAuthnAdapter.lookupAuthnBasic(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
java.lang.String entityId,
AuthnPolicy authnPolicy,
java.lang.String resumeUrl)
|
java.util.Map |
AbstractPasswordIdpAuthnAdapter.lookupAuthnForm(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
java.lang.String entityId,
AuthnPolicy authnPolicy,
java.lang.String resumeUrl)
|