Class SecurityConfigServiceImpl
java.lang.Object
org.chenile.security.service.impl.SecurityConfigServiceImpl
- All Implemented Interfaces:
- SecurityConfigService
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate String[]executeAuthoritiesSupplier(Object obj, ChenileExchange exchange) String[]getGuardingAuthorities(ChenileExchange exchange) private SecurityConfiggetSecurityConfig(ChenileExchange exchange) 
- 
Field Details- 
applicationContext
 
- 
- 
Constructor Details- 
SecurityConfigServiceImplpublic SecurityConfigServiceImpl()
 
- 
- 
Method Details- 
getGuardingAuthorities- Specified by:
- getGuardingAuthoritiesin interface- SecurityConfigService
 
- 
executeAuthoritiesSupplier- Parameters:
- obj- The object
- exchange- the exchange
- Returns:
- the authorities if available
 
- 
getSecurityConfig
 
-