Uses of Class
org.nuxeo.ecm.platform.auth.saml.binding.SAMLBinding
-
Packages that use SAMLBinding Package Description org.nuxeo.ecm.platform.auth.saml org.nuxeo.ecm.platform.auth.saml.binding -
-
Uses of SAMLBinding in org.nuxeo.ecm.platform.auth.saml
Fields in org.nuxeo.ecm.platform.auth.saml with type parameters of type SAMLBinding Modifier and Type Field Description protected static List<SAMLBinding>
SAMLAuthenticationProvider. bindings
Methods in org.nuxeo.ecm.platform.auth.saml that return SAMLBinding Modifier and Type Method Description protected SAMLBinding
SAMLAuthenticationProvider. getBinding(String bindingURI)
protected SAMLBinding
SAMLAuthenticationProvider. getBinding(org.opensaml.ws.transport.InTransport transport)
-
Uses of SAMLBinding in org.nuxeo.ecm.platform.auth.saml.binding
Subclasses of SAMLBinding in org.nuxeo.ecm.platform.auth.saml.binding Modifier and Type Class Description class
HTTPPostBinding
HTTP Post Bindingclass
HTTPRedirectBinding
HTTP Redirect Binding
-