| Package | Description |
|---|---|
| org.picketlink.idm | |
| org.picketlink.idm.model.sample |
| Modifier and Type | Method and Description |
|---|---|
Group |
IdentityCache.lookupGroup(Partition partition,
String groupPath)
Returns the cached Group object with the specified group id, in the specified partition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityCache.putGroup(Partition partition,
Group group)
Inserts the specified group into the cache, within the specified Partition.
|
| Modifier and Type | Method and Description |
|---|---|
Group |
GroupRole.getGroup() |
Group |
GroupMembership.getGroup() |
static Group |
SampleModel.getGroup(IdentityManager identityManager,
String groupPath)
Returns the
Group with the specified groupPath. |
static Group |
SampleModel.getGroup(IdentityManager identityManager,
String groupName,
Group parent)
|
Group |
Group.getParentGroup() |
| Modifier and Type | Method and Description |
|---|---|
static void |
SampleModel.addToGroup(RelationshipManager relationshipManager,
Account member,
Group group)
|
static Group |
SampleModel.getGroup(IdentityManager identityManager,
String groupName,
Group parent)
|
static void |
SampleModel.grantGroupRole(RelationshipManager relationshipManager,
IdentityType assignee,
Role role,
Group group)
|
static boolean |
SampleModel.hasGroupRole(RelationshipManager relationshipManager,
IdentityType assignee,
Role role,
Group group)
|
static boolean |
SampleModel.isMember(RelationshipManager relationshipManager,
IdentityType identity,
Group group)
Checks if the given
IdentityType is a member of a specific Group. |
static void |
SampleModel.removeFromGroup(RelationshipManager relationshipManager,
Account member,
Group group)
|
static void |
SampleModel.revokeGroupRole(RelationshipManager relationshipManager,
IdentityType assignee,
Role role,
Group group)
|
void |
GroupRole.setGroup(Group group) |
void |
GroupMembership.setGroup(Group group) |
void |
Group.setParentGroup(Group group) |
| Constructor and Description |
|---|
Group(String name,
Group parentGroup) |
GroupMembership(Account member,
Group group) |
GroupRole(IdentityType assignee,
Group group,
Role role) |
Copyright © 2013. All Rights Reserved.