| Package | Description |
|---|---|
| org.picketlink.idm | |
| org.picketlink.idm.model.sample |
| Modifier and Type | Method and Description |
|---|---|
RelationshipManager |
PartitionManager.createRelationshipManager() |
| Modifier and Type | Method and Description |
|---|---|
static void |
SampleModel.addToGroup(RelationshipManager relationshipManager,
Account member,
Group group)
|
static void |
SampleModel.grantGroupRole(RelationshipManager relationshipManager,
IdentityType assignee,
Role role,
Group group)
|
static void |
SampleModel.grantRole(RelationshipManager relationshipManager,
IdentityType assignee,
Role role)
Grants the given
Role to the provided IdentityType. |
static boolean |
SampleModel.hasGroupRole(RelationshipManager relationshipManager,
IdentityType assignee,
Role role,
Group group)
|
static boolean |
SampleModel.hasRole(RelationshipManager relationshipManager,
IdentityType assignee,
Role role)
Checks if the given
Role is granted to the provided IdentityType. |
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)
|
static void |
SampleModel.revokeRole(RelationshipManager relationshipManager,
IdentityType assignee,
Role role)
Revokes the given
Role from the provided IdentityType. |
Copyright © 2013. All Rights Reserved.