Package org.nuxeo.ecm.platform.auth.saml
Class SAMLUtils
java.lang.Object
org.nuxeo.ecm.platform.auth.saml.SAMLUtils
- Since:
- 2023.0
-
Nested Class Summary
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends org.opensaml.saml.common.SAMLObject>
TbuildSAMLObject
(QName qName) static Optional<javax.servlet.http.Cookie>
getSAMLHttpCookie
(javax.servlet.http.HttpServletRequest request) static Optional<SAMLUtils.SAMLSessionCookie>
getSAMLSessionCookie
(javax.servlet.http.HttpServletRequest request) static Optional<SAMLUtils.SAMLSessionCookie>
getSAMLSessionCookie
(SAMLCredential credential) static String
getStartPageURL
(javax.servlet.ServletRequest request) static String
newUUID()
static void
setLoginError
(javax.servlet.http.HttpServletRequest request, String messageKey)
-
Field Details
-
SAML_SESSION_KEY
- See Also:
-
-
Method Details
-
newUUID
-
buildSAMLObject
-
getStartPageURL
-
setLoginError
-
getSAMLHttpCookie
public static Optional<javax.servlet.http.Cookie> getSAMLHttpCookie(javax.servlet.http.HttpServletRequest request) -
getSAMLSessionCookie
public static Optional<SAMLUtils.SAMLSessionCookie> getSAMLSessionCookie(javax.servlet.http.HttpServletRequest request) -
getSAMLSessionCookie
-