@Order(value=2147483647) @Configuration @EnableWebSecurity @EnableMethodSecurity(jsr250Enabled=true, prePostEnabled=false) public class HttpSecurityConfigurer extends Object implements org.springframework.security.config.annotation.web.WebSecurityConfigurer<org.springframework.security.config.annotation.web.builders.WebSecurity>, org.springframework.beans.factory.InitializingBean
Constructor and Description |
---|
HttpSecurityConfigurer() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
configure(org.springframework.security.config.annotation.web.builders.WebSecurity webSecurity) |
void |
init(org.springframework.security.config.annotation.web.builders.WebSecurity webSecurity) |
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
public void init(org.springframework.security.config.annotation.web.builders.WebSecurity webSecurity) throws Exception
init
in interface org.springframework.security.config.annotation.SecurityConfigurer<javax.servlet.Filter,org.springframework.security.config.annotation.web.builders.WebSecurity>
Exception
public void configure(org.springframework.security.config.annotation.web.builders.WebSecurity webSecurity) throws Exception
configure
in interface org.springframework.security.config.annotation.SecurityConfigurer<javax.servlet.Filter,org.springframework.security.config.annotation.web.builders.WebSecurity>
Exception
Copyright © 2023 Frank!Framework. All rights reserved.