Package org.nuxeo.ecm.platform.auth.saml
Class SAMLConfiguration
java.lang.Object
org.nuxeo.ecm.platform.auth.saml.SAMLConfiguration
- Since:
- 7.3
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic org.opensaml.saml.saml2.metadata.EntityDescriptorgetEntityDescriptor(String baseURL) Returns theEntityDescriptorfor the Nuxeo Service Providerstatic Stringstatic intstatic org.opensaml.saml.saml2.metadata.SPSSODescriptorgetSPSSODescriptor(String baseURL) Returns theSPSSODescriptorfor the Nuxeo Service Providerstatic boolean
-
Field Details
-
ENTITY_ID
- See Also:
-
LOGIN_BINDINGS
- See Also:
-
AUTHN_REQUESTS_SIGNED
- See Also:
-
WANT_ASSERTIONS_SIGNED
- See Also:
-
SKEW_TIME_MS
- See Also:
-
DEFAULT_SKEW_TIME_MS
public static final int DEFAULT_SKEW_TIME_MS- See Also:
-
BINDING_PREFIX
- See Also:
-
DEFAULT_LOGIN_BINDINGS
- See Also:
-
nameID
-
-
Method Details
-
getEntityId
-
getLoginBindings
-
getAuthnRequestsSigned
public static boolean getAuthnRequestsSigned() -
getWantAssertionsSigned
public static boolean getWantAssertionsSigned() -
getSkewTimeMillis
public static int getSkewTimeMillis() -
getEntityDescriptor
Returns theEntityDescriptorfor the Nuxeo Service Provider -
getSPSSODescriptor
Returns theSPSSODescriptorfor the Nuxeo Service Provider
-