Uses of Class
org.nuxeo.ecm.platform.auth.saml.SAMLCredential
-
Packages that use SAMLCredential Package Description org.nuxeo.ecm.platform.auth.saml org.nuxeo.ecm.platform.auth.saml.slo org.nuxeo.ecm.platform.auth.saml.sso org.nuxeo.ecm.platform.auth.saml.user -
-
Uses of SAMLCredential in org.nuxeo.ecm.platform.auth.saml
Methods in org.nuxeo.ecm.platform.auth.saml that return SAMLCredential Modifier and Type Method Description protected SAMLCredentialSAMLAuthenticationProvider. getSamlCredential(javax.servlet.http.HttpServletRequest request)Methods in org.nuxeo.ecm.platform.auth.saml with parameters of type SAMLCredential Modifier and Type Method Description protected Optional<String>SAMLAuthenticationProvider. findOrCreateNuxeoUser(UserResolver userResolver, SAMLCredential credential) -
Uses of SAMLCredential in org.nuxeo.ecm.platform.auth.saml.slo
Methods in org.nuxeo.ecm.platform.auth.saml.slo with parameters of type SAMLCredential Modifier and Type Method Description org.opensaml.saml2.core.LogoutRequestSLOProfile. buildLogoutRequest(org.opensaml.common.binding.SAMLMessageContext context, SAMLCredential credential)org.opensaml.saml2.core.LogoutRequestSLOProfileImpl. buildLogoutRequest(org.opensaml.common.binding.SAMLMessageContext context, SAMLCredential credential)booleanSLOProfile. processLogoutRequest(org.opensaml.common.binding.SAMLMessageContext context, SAMLCredential credential)booleanSLOProfileImpl. processLogoutRequest(org.opensaml.common.binding.SAMLMessageContext context, SAMLCredential credential) -
Uses of SAMLCredential in org.nuxeo.ecm.platform.auth.saml.sso
Methods in org.nuxeo.ecm.platform.auth.saml.sso that return SAMLCredential Modifier and Type Method Description SAMLCredentialWebSSOProfile. processAuthenticationResponse(org.opensaml.common.binding.SAMLMessageContext context)SAMLCredentialWebSSOProfileImpl. processAuthenticationResponse(org.opensaml.common.binding.SAMLMessageContext context) -
Uses of SAMLCredential in org.nuxeo.ecm.platform.auth.saml.user
Methods in org.nuxeo.ecm.platform.auth.saml.user with parameters of type SAMLCredential Modifier and Type Method Description abstract StringAbstractUserResolver. findNuxeoUser(SAMLCredential userInfo)StringEmailBasedUserResolver. findNuxeoUser(SAMLCredential credential)StringAbstractUserResolver. findOrCreateNuxeoUser(SAMLCredential userInfo)StringUserMapperBasedResolver. findOrCreateNuxeoUser(SAMLCredential userInfo)StringUserResolver. findOrCreateNuxeoUser(SAMLCredential userInfo)abstract StringAbstractUserResolver. getLoginName(SAMLCredential userInfo)StringEmailBasedUserResolver. getLoginName(SAMLCredential userInfo)abstract DocumentModelAbstractUserResolver. updateUserInfo(DocumentModel user, SAMLCredential userInfo)DocumentModelEmailBasedUserResolver. updateUserInfo(DocumentModel user, SAMLCredential credential)
-