File tree Expand file tree Collapse file tree
src/main/java/org/springframework/security/boot Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515import org .springframework .security .boot .biz .property .SecurityAuthcProperties ;
1616import org .springframework .security .boot .biz .property .SecuritySessionMgtProperties ;
1717import org .springframework .security .boot .utils .WebSecurityUtils ;
18+ import org .springframework .security .config .annotation .web .builders .WebSecurity ;
1819import org .springframework .security .core .session .SessionRegistry ;
1920import org .springframework .security .core .session .SessionRegistryImpl ;
2021import org .springframework .security .web .AuthenticationEntryPoint ;
@@ -112,4 +113,8 @@ protected SessionInformationExpiredStrategy sessionInformationExpiredStrategy()
112113 return null ;
113114 }
114115
116+ public void configure (WebSecurity web ) throws Exception {
117+ customize (web );
118+ }
119+
115120}
You can’t perform that action at this time.
0 commit comments