|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.security.core.authority.GrantedAuthorityImpl
SimpleGrantedAuthority or implement your own.
@Deprecated public class GrantedAuthorityImpl
Basic concrete implementation of a GrantedAuthority.
Stores a String representation of an authority granted to the Authentication object.
| Constructor Summary | |
|---|---|
GrantedAuthorityImpl(String role)
Deprecated. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Deprecated. |
String |
getAuthority()
Deprecated. 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. |
int |
hashCode()
Deprecated. |
String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GrantedAuthorityImpl(String role)
| Method Detail |
|---|
public boolean equals(Object obj)
equals in class Objectpublic String getAuthority()
GrantedAuthorityGrantedAuthority 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.
If the GrantedAuthority cannot be expressed with sufficient precision as a String,
null should be returned. Returning null will require an
AccessDecisionManager (or delegate) to specifically support the GrantedAuthority
implementation, so returning null should be avoided unless actually required.
getAuthority in interface GrantedAuthoritynull if the granted authority cannot be
expressed as a String with sufficient precision).public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||