Uses of Class
org.nuxeo.ecm.platform.auth.saml.AbstractSAMLProfile
-
Packages that use AbstractSAMLProfile Package Description org.nuxeo.ecm.platform.auth.saml org.nuxeo.ecm.platform.auth.saml.slo org.nuxeo.ecm.platform.auth.saml.sso -
-
Uses of AbstractSAMLProfile in org.nuxeo.ecm.platform.auth.saml
Fields in org.nuxeo.ecm.platform.auth.saml with type parameters of type AbstractSAMLProfile Modifier and Type Field Description protected Map<String,AbstractSAMLProfile>SAMLAuthenticationProvider. profilesMethods in org.nuxeo.ecm.platform.auth.saml that return AbstractSAMLProfile Modifier and Type Method Description protected AbstractSAMLProfileSAMLAuthenticationProvider. getProcessor(org.opensaml.common.binding.SAMLMessageContext context)Methods in org.nuxeo.ecm.platform.auth.saml with parameters of type AbstractSAMLProfile Modifier and Type Method Description protected voidSAMLAuthenticationProvider. addProfile(AbstractSAMLProfile profile) -
Uses of AbstractSAMLProfile in org.nuxeo.ecm.platform.auth.saml.slo
Subclasses of AbstractSAMLProfile in org.nuxeo.ecm.platform.auth.saml.slo Modifier and Type Class Description classSLOProfileImplWebSLO (Single Log Out) profile implementation. -
Uses of AbstractSAMLProfile in org.nuxeo.ecm.platform.auth.saml.sso
Subclasses of AbstractSAMLProfile in org.nuxeo.ecm.platform.auth.saml.sso Modifier and Type Class Description classWebSSOProfileImplWebSSO (Single Sign On) profile implementation.
-