public class SimpleAuthenticationManager extends Object implements org.hswebframework.web.authorization.AuthenticationManager
| 构造器和说明 |
|---|
SimpleAuthenticationManager() |
SimpleAuthenticationManager(org.hswebframework.web.authorization.AuthenticationInitializeService authenticationInitializeService) |
SimpleAuthenticationManager(org.hswebframework.web.authorization.AuthenticationInitializeService authenticationInitializeService,
org.hswebframework.web.authorization.AuthenticationManager parent) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.hswebframework.web.authorization.Authentication |
authenticate(org.hswebframework.web.authorization.AuthenticationRequest request) |
org.hswebframework.web.authorization.Authentication |
getByUserId(String userId) |
void |
setAuthenticationInitializeService(org.hswebframework.web.authorization.AuthenticationInitializeService authenticationInitializeService) |
org.hswebframework.web.authorization.Authentication |
sync(org.hswebframework.web.authorization.Authentication authentication) |
public SimpleAuthenticationManager()
public SimpleAuthenticationManager(org.hswebframework.web.authorization.AuthenticationInitializeService authenticationInitializeService)
public SimpleAuthenticationManager(org.hswebframework.web.authorization.AuthenticationInitializeService authenticationInitializeService,
org.hswebframework.web.authorization.AuthenticationManager parent)
@Autowired public void setAuthenticationInitializeService(org.hswebframework.web.authorization.AuthenticationInitializeService authenticationInitializeService)
public org.hswebframework.web.authorization.Authentication authenticate(org.hswebframework.web.authorization.AuthenticationRequest request)
authenticate 在接口中 org.hswebframework.web.authorization.AuthenticationManagerpublic org.hswebframework.web.authorization.Authentication getByUserId(String userId)
getByUserId 在接口中 org.hswebframework.web.authorization.AuthenticationManager@CachePut(value="user-auth-",
key="#authentication.user.id")
public org.hswebframework.web.authorization.Authentication sync(org.hswebframework.web.authorization.Authentication authentication)
sync 在接口中 org.hswebframework.web.authorization.AuthenticationManagerCopyright © 2016–2019. All rights reserved.