org.picketlink.idm.model.basic
public class GroupMembership extends AbstractAttributedType implements Relationship
AttributedType.QUERY_ATTRIBUTE
Modifier and Type | Field and Description |
---|---|
static RelationshipQueryParameter |
GROUP |
static RelationshipQueryParameter |
MEMBER |
IDENTITY
ID
Constructor and Description |
---|
GroupMembership() |
GroupMembership(Account member,
Group group) |
Modifier and Type | Method and Description |
---|---|
Group |
getGroup() |
Account |
getMember() |
void |
setGroup(Group group) |
void |
setMember(Account member) |
equals, getAttribute, getAttributes, getAttributesMap, getId, hashCode, removeAttribute, setAttribute, setId
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getAttribute, getAttributes, getId, removeAttribute, setAttribute, setId
public static final RelationshipQueryParameter MEMBER
public static final RelationshipQueryParameter GROUP
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.