public class MembershipTO extends Object implements Serializable, AttributableTO
Modifier and Type | Class and Description |
---|---|
static class |
MembershipTO.Builder |
Constructor and Description |
---|
MembershipTO() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Optional<AttrTO> |
getDerAttr(String schema) |
Set<AttrTO> |
getDerAttrs() |
String |
getGroupKey() |
String |
getGroupName() |
Optional<AttrTO> |
getPlainAttr(String schema) |
Set<AttrTO> |
getPlainAttrs() |
Optional<AttrTO> |
getVirAttr(String schema) |
Set<AttrTO> |
getVirAttrs() |
int |
hashCode() |
void |
setGroupKey(String groupKey) |
void |
setGroupName(String groupName) |
String |
toString() |
public String getGroupKey()
public void setGroupKey(String groupKey)
public String getGroupName()
public void setGroupName(String groupName)
public Set<AttrTO> getPlainAttrs()
getPlainAttrs
in interface AttributableTO
public Optional<AttrTO> getPlainAttr(String schema)
getPlainAttr
in interface AttributableTO
public Set<AttrTO> getDerAttrs()
getDerAttrs
in interface AttributableTO
public Optional<AttrTO> getDerAttr(String schema)
getDerAttr
in interface AttributableTO
public Set<AttrTO> getVirAttrs()
getVirAttrs
in interface AttributableTO
public Optional<AttrTO> getVirAttr(String schema)
getVirAttr
in interface AttributableTO
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.