Uses of Record Class
org.nuxeo.ecm.platform.auth.saml.SAMLUtils.SAMLSessionCookie
Packages that use SAMLUtils.SAMLSessionCookie
-
Uses of SAMLUtils.SAMLSessionCookie in org.nuxeo.ecm.platform.auth.saml
Methods in org.nuxeo.ecm.platform.auth.saml that return SAMLUtils.SAMLSessionCookieModifier and TypeMethodDescriptionstatic SAMLUtils.SAMLSessionCookie
SAMLUtils.SAMLSessionCookie.fromCookie
(javax.servlet.http.Cookie cookie) Methods in org.nuxeo.ecm.platform.auth.saml that return types with arguments of type SAMLUtils.SAMLSessionCookieModifier and TypeMethodDescriptionstatic Optional<SAMLUtils.SAMLSessionCookie>
SAMLUtils.getSAMLSessionCookie
(javax.servlet.http.HttpServletRequest request) static Optional<SAMLUtils.SAMLSessionCookie>
SAMLUtils.getSAMLSessionCookie
(SAMLCredential credential) -
Uses of SAMLUtils.SAMLSessionCookie in org.nuxeo.ecm.platform.auth.saml.processor
Methods in org.nuxeo.ecm.platform.auth.saml.processor with parameters of type SAMLUtils.SAMLSessionCookieModifier and TypeMethodDescriptionprotected org.opensaml.saml.saml2.core.NameID
SLOOutboundProcessor.buildNameID
(SAMLUtils.SAMLSessionCookie sessionCookie)