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