| Package | Description |
|---|---|
| org.picketlink.idm | |
| org.picketlink.idm.event | |
| org.picketlink.idm.model | |
| org.picketlink.idm.spi |
| Modifier and Type | Method and Description |
|---|---|
Group |
IdentityManager.getGroup(String groupPath)
Returns the
Group with the specified groupPath. |
Group |
IdentityManager.getGroup(String groupName,
Group parent)
|
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 |
IdentityManager.addToGroup(Agent agent,
Group group)
|
Group |
IdentityManager.getGroup(String groupName,
Group parent)
|
void |
IdentityManager.grantGroupRole(IdentityType assignee,
Role role,
Group group)
|
boolean |
IdentityManager.hasGroupRole(IdentityType assignee,
Role role,
Group group)
|
boolean |
IdentityManager.isMember(IdentityType identityType,
Group group)
Checks if the given
IdentityType is a member of a specific Group. |
void |
IdentityCache.putGroup(Partition partition,
Group group)
Inserts the specified group into the cache, within the specified Partition.
|
void |
IdentityManager.removeFromGroup(Agent member,
Group group)
|
void |
IdentityManager.revokeGroupRole(IdentityType assignee,
Role role,
Group group)
|
| Modifier and Type | Method and Description |
|---|---|
Group |
GroupDeletedEvent.getGroup() |
Group |
GroupCreatedEvent.getGroup() |
Group |
GroupUpdatedEvent.getGroup() |
| Constructor and Description |
|---|
GroupCreatedEvent(Group group) |
GroupDeletedEvent(Group group) |
GroupUpdatedEvent(Group role) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleGroup
Simple implementation of the Group interface
|
| Modifier and Type | Method and Description |
|---|---|
Group |
GroupRole.getGroup() |
Group |
GroupMembership.getGroup() |
Group |
SimpleGroup.getParentGroup() |
Group |
Group.getParentGroup() |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupRole.setGroup(Group group) |
void |
GroupMembership.setGroup(Group group) |
void |
SimpleGroup.setParentGroup(Group group) |
void |
Group.setParentGroup(Group group)
Sets the parent group.
|
| Constructor and Description |
|---|
GroupMembership(Agent member,
Group group) |
GroupRole(IdentityType assignee,
Group group,
Role role) |
SimpleGroup(String name,
Group parentGroup) |
| Modifier and Type | Method and Description |
|---|---|
Group |
IdentityStore.getGroup(SecurityContext context,
String groupPath)
Returns the
Group with the specified path. |
Group |
IdentityStore.getGroup(SecurityContext context,
String name,
Group parent)
Returns the Group with the specified name and parent group
|
| Modifier and Type | Method and Description |
|---|---|
Group |
IdentityStore.getGroup(SecurityContext context,
String name,
Group parent)
Returns the Group with the specified name and parent group
|
Copyright © 2013. All Rights Reserved.