Package org.acegisecurity
Class GrantedAuthorityImpl
- java.lang.Object
-
- org.acegisecurity.GrantedAuthorityImpl
-
- All Implemented Interfaces:
Serializable
,GrantedAuthority
@Deprecated public class GrantedAuthorityImpl extends Object implements GrantedAuthority, Serializable
Deprecated.use TODO orSimpleGrantedAuthority
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GrantedAuthorityImpl(String role)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object o)
Deprecated.String
getAuthority()
Deprecated.int
hashCode()
Deprecated.String
toString()
Deprecated.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.acegisecurity.GrantedAuthority
toSpring
-
-
-
-
Constructor Detail
-
GrantedAuthorityImpl
public GrantedAuthorityImpl(String role)
Deprecated.
-
-
Method Detail
-
getAuthority
public String getAuthority()
Deprecated.- Specified by:
getAuthority
in interfaceGrantedAuthority
-
toString
public String toString()
Deprecated.- Specified by:
toString
in interfaceGrantedAuthority
- Overrides:
toString
in classObject
-
equals
public boolean equals(Object o)
Deprecated.- Specified by:
equals
in interfaceGrantedAuthority
- Overrides:
equals
in classObject
-
hashCode
public int hashCode()
Deprecated.- Specified by:
hashCode
in interfaceGrantedAuthority
- Overrides:
hashCode
in classObject
-
-