Class SAMLConfiguration

java.lang.Object
org.nuxeo.ecm.platform.auth.saml.SAMLConfiguration

public class SAMLConfiguration extends Object
Since:
7.3
  • Field Details

  • Method Details

    • getEntityId

      public static String getEntityId()
    • getLoginBindings

      public static List<String> getLoginBindings()
    • getAuthnRequestsSigned

      public static boolean getAuthnRequestsSigned()
    • getWantAssertionsSigned

      public static boolean getWantAssertionsSigned()
    • getSkewTimeMillis

      public static int getSkewTimeMillis()
    • getEntityDescriptor

      public static org.opensaml.saml.saml2.metadata.EntityDescriptor getEntityDescriptor(String baseURL)
      Returns the EntityDescriptor for the Nuxeo Service Provider
    • getSPSSODescriptor

      public static org.opensaml.saml.saml2.metadata.SPSSODescriptor getSPSSODescriptor(String baseURL)
      Returns the SPSSODescriptor for the Nuxeo Service Provider