- All Implemented Interfaces:
- org.springframework.security.config.annotation.SecurityConfigurer<javax.servlet.Filter,org.springframework.security.config.annotation.web.builders.WebSecurity>, org.springframework.security.config.annotation.web.WebSecurityConfigurer<org.springframework.security.config.annotation.web.builders.WebSecurity>
@ConditionalOnProperty(value="genie.security.x509.enabled",
havingValue="true")
@Configuration
@Order(value=4)
public class X509Config
extends org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
Spring Security configuration based on authentication of x509 certificates only.
- Since:
- 3.0.0