Class SecurityConfigServiceImpl
java.lang.Object
org.chenile.security.service.impl.SecurityConfigServiceImpl
- All Implemented Interfaces:
SecurityConfigService
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate String[]
executeAuthoritiesSupplier
(Object obj, ChenileExchange exchange) String[]
getGuardingAuthorities
(ChenileExchange exchange) private SecurityConfig
getSecurityConfig
(ChenileExchange exchange)
-
Field Details
-
applicationContext
-
-
Constructor Details
-
SecurityConfigServiceImpl
public SecurityConfigServiceImpl()
-
-
Method Details
-
getGuardingAuthorities
- Specified by:
getGuardingAuthorities
in interfaceSecurityConfigService
-
executeAuthoritiesSupplier
- Parameters:
obj
- The objectexchange
- the exchange- Returns:
- the authorities if available
-
getSecurityConfig
-