Package org.nuxeo.ecm.platform.auth.saml
Class SAMLConfiguration
java.lang.Object
org.nuxeo.ecm.platform.auth.saml.SAMLConfiguration
- Since:
- 7.3
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
static org.opensaml.saml.saml2.metadata.EntityDescriptor
getEntityDescriptor
(String baseURL) Returns theEntityDescriptor
for the Nuxeo Service Providerstatic String
static int
static org.opensaml.saml.saml2.metadata.SPSSODescriptor
getSPSSODescriptor
(String baseURL) Returns theSPSSODescriptor
for 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 theEntityDescriptor
for the Nuxeo Service Provider -
getSPSSODescriptor
Returns theSPSSODescriptor
for the Nuxeo Service Provider
-