Class SyncopeGrantedAuthority
- java.lang.Object
-
- org.apache.syncope.core.spring.security.SyncopeGrantedAuthority
-
- All Implemented Interfaces:
Serializable
,GrantedAuthority
public class SyncopeGrantedAuthority extends Object implements GrantedAuthority
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SyncopeGrantedAuthority(String entitlement)
SyncopeGrantedAuthority(String entitlement, String realm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
addRealm(String newRealm)
void
addRealms(Collection<String> newRealms)
boolean
equals(Object obj)
String
getAuthority()
Set<String>
getRealms()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
addRealm
public boolean addRealm(String newRealm)
-
addRealms
public void addRealms(Collection<String> newRealms)
-
getAuthority
public String getAuthority()
- Specified by:
getAuthority
in interfaceGrantedAuthority
-
-