Package org.apache.syncope.common.lib
Interface RealmMember
-
- All Superinterfaces:
Attributable
- All Known Implementing Classes:
AnyCR
,AnyObjectCR
,AnyObjectTO
,AnyTO
,GroupCR
,GroupTO
,UserCR
,UserTO
public interface RealmMember extends Attributable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>
getAuxClasses()
String
getRealm()
Set<String>
getResources()
void
setRealm(String realm)
-
Methods inherited from interface org.apache.syncope.common.lib.Attributable
getDerAttr, getDerAttrs, getPlainAttr, getPlainAttrs, getVirAttr, getVirAttrs
-
-