public abstract class AbstractTokenCustomizer extends Object
Description: TokenCustomizer 通用处理
| 构造器和说明 |
|---|
AbstractTokenCustomizer() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
appendAll(Map<String,Object> attributes,
org.springframework.security.core.Authentication authentication,
Set<String> authorizedScopes) |
protected void |
appendAuthorities(Map<String,Object> attributes,
org.springframework.security.core.Authentication authentication) |
protected void |
appendCommons(Map<String,Object> attributes,
org.springframework.security.core.Authentication authentication,
Set<String> authorizedScopes) |
protected void appendAll(Map<String,Object> attributes, org.springframework.security.core.Authentication authentication, Set<String> authorizedScopes)
protected void appendAuthorities(Map<String,Object> attributes, org.springframework.security.core.Authentication authentication)
Copyright © 2023 Dromara. All rights reserved.