Class OAuth2SecurityConfigUtils
- java.lang.Object
-
- org.apache.syncope.sra.security.oauth2.OAuth2SecurityConfigUtils
-
public final class OAuth2SecurityConfigUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidforLogin(org.springframework.security.config.web.server.ServerHttpSecurity http, SRAProperties.AMType amType, org.springframework.context.ApplicationContext ctx)static voidforLogout(org.springframework.security.config.web.server.ServerHttpSecurity.AuthorizeExchangeSpec builder, SRAProperties.AMType amType, org.springframework.cache.CacheManager cacheManager, LogoutRouteMatcher logoutRouteMatcher, org.springframework.context.ConfigurableApplicationContext ctx)
-
-
-
Method Detail
-
forLogin
public static void forLogin(org.springframework.security.config.web.server.ServerHttpSecurity http, SRAProperties.AMType amType, org.springframework.context.ApplicationContext ctx)
-
forLogout
public static void forLogout(org.springframework.security.config.web.server.ServerHttpSecurity.AuthorizeExchangeSpec builder, SRAProperties.AMType amType, org.springframework.cache.CacheManager cacheManager, LogoutRouteMatcher logoutRouteMatcher, org.springframework.context.ConfigurableApplicationContext ctx)
-
-