public class OAuth2FormLoginAuthenticationToken
extends org.springframework.security.authentication.UsernamePasswordAuthenticationToken
Description: OAuth2 (Security) 表单登录 Token
UsernamePasswordAuthenticationToken,
序列化表格| 构造器和说明 |
|---|
OAuth2FormLoginAuthenticationToken(Object principal,
Object credentials) |
OAuth2FormLoginAuthenticationToken(Object principal,
Object credentials,
Collection<? extends org.springframework.security.core.GrantedAuthority> authorities) |
authenticated, eraseCredentials, getCredentials, getPrincipal, setAuthenticated, unauthenticatedpublic OAuth2FormLoginAuthenticationToken(Object principal, Object credentials)
public OAuth2FormLoginAuthenticationToken(Object principal, Object credentials, Collection<? extends org.springframework.security.core.GrantedAuthority> authorities)
Copyright © 2023 Dromara. All rights reserved.