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. profiles
Methods in org.nuxeo.ecm.platform.auth.saml that return AbstractSAMLProfile Modifier and Type Method Description protected AbstractSAMLProfile
SAMLAuthenticationProvider. 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 void
SAMLAuthenticationProvider. 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 class
SLOProfileImpl
WebSLO (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 class
WebSSOProfileImpl
WebSSO (Single Sign On) profile implementation.
-