public interface GrantedAuthority extends Serializable
Description: 重新定义GrantedAuthority支持序列化
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAuthority()
f the GrantedAuthority can be represented as a String and that String is sufficient in precision to be relied upon for an access control decision by an AccessDecisionManager (or delegate), this method should return such a String.
|
String getAuthority()
Copyright © 2022. All rights reserved.