Java org.springframework.security.core GrantedAuthority fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.core GrantedAuthority fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.core GrantedAuthority.

The text is from its open source code.

Implementation

org.springframework.security.core.GrantedAuthority has the following implementations.
Click this link to see all its implementation.

Constructor

Method

booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
StringgetAuthority()
If 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.
ClassgetClass()
Returns the runtime class of this Object .
inthashCode()
Returns a hash code value for the object.
StringtoString()
Returns a string representation of the object.