Package org.nuxeo.ecm.platform.auth.saml
Class SAMLConfiguration
- java.lang.Object
-
- org.nuxeo.ecm.platform.auth.saml.SAMLConfiguration
-
public class SAMLConfiguration extends Object
- Since:
- 7.3
-
-
Field Summary
Fields Modifier and Type Field Description static StringAUTHN_REQUESTS_SIGNEDstatic StringBINDING_PREFIXstatic StringDEFAULT_LOGIN_BINDINGSstatic intDEFAULT_SKEW_TIME_MSstatic StringENTITY_IDprotected static Loglogstatic StringLOGIN_BINDINGSstatic Collection<String>nameIDstatic StringSKEW_TIME_MSstatic StringWANT_ASSERTIONS_SIGNED
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleangetAuthnRequestsSigned()static org.opensaml.saml2.metadata.EntityDescriptorgetEntityDescriptor(String baseURL)Returns theEntityDescriptorfor the Nuxeo Service Providerstatic StringgetEntityId()static List<String>getLoginBindings()static intgetSkewTimeMillis()static org.opensaml.saml2.metadata.SPSSODescriptorgetSPSSODescriptor(String baseURL)Returns theSPSSODescriptorfor the Nuxeo Service Providerstatic booleangetWantAssertionsSigned()
-
-
-
Field Detail
-
log
protected static final Log log
-
ENTITY_ID
public static final String ENTITY_ID
- See Also:
- Constant Field Values
-
LOGIN_BINDINGS
public static final String LOGIN_BINDINGS
- See Also:
- Constant Field Values
-
AUTHN_REQUESTS_SIGNED
public static final String AUTHN_REQUESTS_SIGNED
- See Also:
- Constant Field Values
-
WANT_ASSERTIONS_SIGNED
public static final String WANT_ASSERTIONS_SIGNED
- See Also:
- Constant Field Values
-
SKEW_TIME_MS
public static final String SKEW_TIME_MS
- See Also:
- Constant Field Values
-
DEFAULT_SKEW_TIME_MS
public static final int DEFAULT_SKEW_TIME_MS
- See Also:
- Constant Field Values
-
BINDING_PREFIX
public static final String BINDING_PREFIX
- See Also:
- Constant Field Values
-
DEFAULT_LOGIN_BINDINGS
public static final String DEFAULT_LOGIN_BINDINGS
- See Also:
- Constant Field Values
-
nameID
public static final Collection<String> nameID
-
-
Method Detail
-
getEntityId
public static String getEntityId()
-
getAuthnRequestsSigned
public static boolean getAuthnRequestsSigned()
-
getWantAssertionsSigned
public static boolean getWantAssertionsSigned()
-
getSkewTimeMillis
public static int getSkewTimeMillis()
-
getEntityDescriptor
public static org.opensaml.saml2.metadata.EntityDescriptor getEntityDescriptor(String baseURL)
Returns theEntityDescriptorfor the Nuxeo Service Provider
-
getSPSSODescriptor
public static org.opensaml.saml2.metadata.SPSSODescriptor getSPSSODescriptor(String baseURL)
Returns theSPSSODescriptorfor the Nuxeo Service Provider
-
-