@ConditionalOnProperty(value="genie.security.saml.enabled",
havingValue="true")
@ConfigurationProperties(prefix="genie.security.saml")
@Component
@Validated
public class SAMLProperties
extends java.lang.Object
See: http://docs.spring.io/spring-security-saml/docs/1.0.x/reference/html/
Modifier and Type | Class and Description |
---|---|
static class |
SAMLProperties.Attributes
Contains attributes from the SAML assertion.
|
static class |
SAMLProperties.Idp
Class containing information about the SAML IDP.
|
static class |
SAMLProperties.Keystore
Information about the keystore used to sign requests to the IDP.
|
static class |
SAMLProperties.LoadBalancer
Information about an optional load balancer this service could sit behind.
|
static class |
SAMLProperties.Sp
Information about the service provider from the IDP.
|
Constructor and Description |
---|
SAMLProperties() |