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 String
AUTHN_REQUESTS_SIGNED
static String
BINDING_PREFIX
static String
DEFAULT_LOGIN_BINDINGS
static int
DEFAULT_SKEW_TIME_MS
static String
ENTITY_ID
protected static Log
log
static String
LOGIN_BINDINGS
static Collection<String>
nameID
static String
SKEW_TIME_MS
static String
WANT_ASSERTIONS_SIGNED
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
getAuthnRequestsSigned()
static org.opensaml.saml2.metadata.EntityDescriptor
getEntityDescriptor(String baseURL)
Returns theEntityDescriptor
for the Nuxeo Service Providerstatic String
getEntityId()
static List<String>
getLoginBindings()
static int
getSkewTimeMillis()
static org.opensaml.saml2.metadata.SPSSODescriptor
getSPSSODescriptor(String baseURL)
Returns theSPSSODescriptor
for the Nuxeo Service Providerstatic boolean
getWantAssertionsSigned()
-
-
-
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 theEntityDescriptor
for the Nuxeo Service Provider
-
getSPSSODescriptor
public static org.opensaml.saml2.metadata.SPSSODescriptor getSPSSODescriptor(String baseURL)
Returns theSPSSODescriptor
for the Nuxeo Service Provider
-
-