| 限定符和类型 | 类和说明 |
|---|---|
class |
AnonymousAuthentication |
class |
DefaultAuthentication |
| 限定符和类型 | 方法和说明 |
|---|---|
Authentication |
DefaultSecurityContext.getAuthentication() |
Authentication |
DefaultAuthenticationManager.login(AuthenticationRequest request) |
Authentication |
AuthenticationManager.login(AuthenticationRequest request) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DefaultAuthenticationManager.logout(Authentication authentication) |
void |
AuthenticationManager.logout(Authentication authentication) |
void |
DefaultSecurityContext.setAuthentication(Authentication authentication) |
| 限定符和类型 | 方法和说明 |
|---|---|
Authentication |
UrlAccessRequest.getAuthentication() |
Authentication |
AccessRequest.getAuthentication() |
| 构造器和说明 |
|---|
UrlAccessRequest(Authentication authentication,
String url,
String httpMethod) |
| 限定符和类型 | 方法和说明 |
|---|---|
Authentication |
AuthenticationProvider.authenticate(T t) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AuthenticationProvider.revoke(Authentication authentication) |
| 限定符和类型 | 方法和说明 |
|---|---|
Authentication |
TokenAuthenticationProvider.authenticate(TokenAuthenticationRequest tokenAuthenticationRequest) |
Authentication |
UsernamePasswordAuthenticationProvider.authenticate(UsernamePasswordAuthenticationRequest usernamePasswordAuthenticationRequest) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
UsernamePasswordAuthenticationProvider.revoke(Authentication authentication) |
void |
TokenAuthenticationProvider.revoke(Authentication authentication) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Authentication |
SecurityUtils.currentAuthentication() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DefaultAuthenticationSuccessHandler.onAuthenticationSuccess(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Authentication authentication) |
void |
AuthenticationSuccessHandler.onAuthenticationSuccess(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Authentication authentication)
Called when a user has been successfully authenticated.
|
Copyright © 2016. All rights reserved.