| Package | Description |
|---|---|
| org.beangle.security.authc | |
| org.beangle.security.core | |
| org.beangle.security.core.session |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAuthentication |
class |
AnonymousAuthentication |
class |
UsernamePasswordAuthentication |
| Modifier and Type | Method and Description |
|---|---|
Authentication |
AuthenticationProvider.authenticate(Authentication auth) |
Authentication |
AuthenticationManager.authenticate(Authentication auth)
认证
|
Authentication |
AbstractAuthenticationManager.authenticate(Authentication authRequest) |
protected abstract Authentication |
AbstractAuthenticationManager.doAuthentication(Authentication authentication) |
Authentication |
ProviderManager.doAuthentication(Authentication auth) |
| Modifier and Type | Method and Description |
|---|---|
Authentication |
AuthenticationProvider.authenticate(Authentication auth) |
Authentication |
AuthenticationManager.authenticate(Authentication auth)
认证
|
Authentication |
AbstractAuthenticationManager.authenticate(Authentication authRequest) |
protected abstract Authentication |
AbstractAuthenticationManager.doAuthentication(Authentication authentication) |
Authentication |
ProviderManager.doAuthentication(Authentication auth) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AuthenticationProvider.supports(Class<? extends Authentication> auth) |
| Modifier and Type | Method and Description |
|---|---|
Authentication |
AuthenticationException.getAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationException.setAuthentication(Authentication authentication) |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionRegistry.register(Authentication authentication,
String sessionid)
注册
|
Copyright © 2005–2018 The Beangle Software. All rights reserved.