类 HerodotusGrantedAuthority

java.lang.Object
cn.herodotus.engine.oauth2.core.definition.domain.HerodotusGrantedAuthority
所有已实现的接口:
Serializable, org.springframework.security.core.GrantedAuthority

public class HerodotusGrantedAuthority extends Object implements org.springframework.security.core.GrantedAuthority

Description: 自定义 GrantedAuthority

作者:
: gengwei.zheng
另请参阅:
Date:
: 2022/3/5 0:12
  • 构造器详细资料

    • HerodotusGrantedAuthority

      public HerodotusGrantedAuthority()
    • HerodotusGrantedAuthority

      public HerodotusGrantedAuthority(String authority)
  • 方法详细资料

    • getAuthority

      public String getAuthority()
      指定者:
      getAuthority 在接口中 org.springframework.security.core.GrantedAuthority
    • setAuthority

      public void setAuthority(String authority)
    • equals

      public boolean equals(Object o)
      覆盖:
      equals 在类中 Object
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 Object
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object