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 booleanaddRealm(String newRealm)voidaddRealms(Collection<String> newRealms)booleanequals(Object obj)StringgetAuthority()Set<String>getRealms()inthashCode()StringtoString()
-
-
-
Method Detail
-
addRealm
public boolean addRealm(String newRealm)
-
addRealms
public void addRealms(Collection<String> newRealms)
-
getAuthority
public String getAuthority()
- Specified by:
getAuthorityin interfaceGrantedAuthority
-
-