Package org.apache.syncope.common.lib
Interface Attributable
-
- All Known Subinterfaces:
RealmMember
- All Known Implementing Classes:
AnyCR
,AnyObjectCR
,AnyObjectTO
,AnyTO
,GroupCR
,GroupTO
,MembershipTO
,UserCR
,UserTO
public interface Attributable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<Attr>
getDerAttr(String schema)
Set<Attr>
getDerAttrs()
Optional<Attr>
getPlainAttr(String schema)
Set<Attr>
getPlainAttrs()
Optional<Attr>
getVirAttr(String schema)
Set<Attr>
getVirAttrs()
-