Uses of Class
com.sun.identity.saml2.profile.ResponseInfo
-
Packages that use ResponseInfo Package Description com.sun.identity.saml2.profile Package that handles SAML v2 profiles.org.forgerock.openam.authentication.modules.saml2 Defines the classes necessary for SAML2 authentication. -
-
Uses of ResponseInfo in com.sun.identity.saml2.profile
Methods in com.sun.identity.saml2.profile that return ResponseInfo Modifier and Type Method Description static ResponseInfoSPACSUtils. getResponse(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, String orgName, String hostEntityId, SAML2MetaManager metaManager)RetrievesSAMLResponsefrom http request.Methods in com.sun.identity.saml2.profile with parameters of type ResponseInfo Modifier and Type Method Description static voidIDPProxyUtil. generateProxyResponse(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, PrintWriter out, String metaAlias, ResponseInfo respInfo, Object newSession, SAML2EventLogger auditor)Generates the AuthnResponse by the IDP Proxy and send to the service provider.static StringSPACSUtils. prepareForLocalLogin(String realm, String hostEntityId, SAML2MetaManager sm, ResponseInfo respInfo, String requestURI)Saves response for later retrieval and retrieves local auth url fromSPSSOConfig.static ObjectSPACSUtils. processResponse(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, PrintWriter out, String metaAlias, Object session, ResponseInfo respInfo, String realm, String hostEntityId, SAML2MetaManager metaManager, SAML2EventLogger auditor)Authenticates user withResponse. -
Uses of ResponseInfo in org.forgerock.openam.authentication.modules.saml2
Methods in org.forgerock.openam.authentication.modules.saml2 that return ResponseInfo Modifier and Type Method Description ResponseInfoSAML2ResponseData. getResponseInfo()Get the response info.Methods in org.forgerock.openam.authentication.modules.saml2 with parameters of type ResponseInfo Modifier and Type Method Description voidSAML2ResponseData. setResponseInfo(ResponseInfo responseInfo)Sets the responseInfo value.Constructors in org.forgerock.openam.authentication.modules.saml2 with parameters of type ResponseInfo Constructor Description SAML2ResponseData(String sessionIndex, Subject subject, Assertion assertion, ResponseInfo responseInfo)Combine a new set of SAML2 response data as a single object.
-