Package org.apache.syncope.common.lib.to
Class MembershipTO
- java.lang.Object
-
- org.apache.syncope.common.lib.to.MembershipTO
-
- All Implemented Interfaces:
Serializable,Attributable,BaseBean
public class MembershipTO extends Object implements BaseBean, Attributable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMembershipTO.Builder
-
Constructor Summary
Constructors Constructor Description MembershipTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Optional<Attr>getDerAttr(String schema)Set<Attr>getDerAttrs()StringgetGroupKey()StringgetGroupName()Optional<Attr>getPlainAttr(String schema)Set<Attr>getPlainAttrs()Optional<Attr>getVirAttr(String schema)Set<Attr>getVirAttrs()inthashCode()voidsetGroupKey(String groupKey)voidsetGroupName(String groupName)StringtoString()
-
-
-
Method Detail
-
getGroupKey
public String getGroupKey()
-
setGroupKey
public void setGroupKey(String groupKey)
-
getGroupName
public String getGroupName()
-
setGroupName
public void setGroupName(String groupName)
-
getPlainAttrs
public Set<Attr> getPlainAttrs()
- Specified by:
getPlainAttrsin interfaceAttributable
-
getPlainAttr
public Optional<Attr> getPlainAttr(String schema)
- Specified by:
getPlainAttrin interfaceAttributable
-
getDerAttrs
public Set<Attr> getDerAttrs()
- Specified by:
getDerAttrsin interfaceAttributable
-
getDerAttr
public Optional<Attr> getDerAttr(String schema)
- Specified by:
getDerAttrin interfaceAttributable
-
getVirAttrs
public Set<Attr> getVirAttrs()
- Specified by:
getVirAttrsin interfaceAttributable
-
getVirAttr
public Optional<Attr> getVirAttr(String schema)
- Specified by:
getVirAttrin interfaceAttributable
-
-