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 SummaryConstructors Constructor Description SyncopeGrantedAuthority(String entitlement)SyncopeGrantedAuthority(String entitlement, String realm)
 - 
Method SummaryAll 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- 
addRealmpublic boolean addRealm(String newRealm) 
 - 
addRealmspublic void addRealms(Collection<String> newRealms) 
 - 
getAuthoritypublic String getAuthority() - Specified by:
- getAuthorityin interface- GrantedAuthority
 
 
- 
 
-