@Configuration
@ComponentScan(value={"org.hswebframework.web.service.authorization.simple","org.hswebframework.web.authorization.controller"})
@MapperScan(value="org.hswebframework.web.authorization.dao")
@Import(value=BasicAuthorizationConfiguration.class)
public class AuthorizationAutoConfiguration
extends Object
| 构造器和说明 |
|---|
AuthorizationAutoConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.hswebframework.web.authorization.AuthenticationManager |
authenticationManager(org.hswebframework.web.authorization.AuthenticationInitializeService authenticationInitializeService) |
AutoSyncPermission |
autoSyncPermission() |
@Bean public org.hswebframework.web.authorization.AuthenticationManager authenticationManager(org.hswebframework.web.authorization.AuthenticationInitializeService authenticationInitializeService)
@Bean
@ConditionalOnProperty(prefix="hsweb.authorize",
name="sync",
havingValue="true")
public AutoSyncPermission autoSyncPermission()
Copyright © 2018. All rights reserved.