Package | Description |
---|---|
org.picketlink.idm | |
org.picketlink.idm.internal | |
org.picketlink.idm.jdbc.internal.model.db | |
org.picketlink.idm.model.basic |
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 |
DefaultIdentityCache.lookupGroup(Partition partition,
String groupPath) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultIdentityCache.putGroup(Partition partition,
Group group) |
Modifier and Type | Method and Description |
---|---|
Group |
GroupStorageUtil.loadGroup(DataSource dataSource,
Map<QueryParameter,Object[]> params)
Load a
Group given parameters |
Group |
GroupStorageUtil.loadGroup(DataSource dataSource,
String id)
Load
Group given its id |
Group |
GroupStorageUtil.loadGroupByName(DataSource dataSource,
String groupName)
Load a
Group given its name |
Group |
GroupStorageUtil.loadGroupByPath(DataSource dataSource,
String path)
Load a
Group given its path |
Modifier and Type | Method and Description |
---|---|
void |
GroupStorageUtil.deleteGroup(DataSource dataSource,
Group group)
Delete
Group |
List<GroupMembership> |
RelationshipStorageUtil.loadGroupMembershipForGroup(DataSource dataSource,
Group group)
|
void |
GroupStorageUtil.storeGroup(DataSource dataSource,
Group group)
Store a
Group |
void |
GroupStorageUtil.updateGroup(DataSource dataSource,
Group group)
Update the stored
Group |
Modifier and Type | Method and Description |
---|---|
Group |
GroupRole.getGroup() |
Group |
GroupMembership.getGroup() |
static Group |
BasicModel.getGroup(IdentityManager identityManager,
String groupPath)
Returns a
Group instance with the specified groupPath . |
static Group |
BasicModel.getGroup(IdentityManager identityManager,
String groupName,
Group parent)
|
Group |
Group.getParentGroup() |
Modifier and Type | Method and Description |
---|---|
static void |
BasicModel.addToGroup(RelationshipManager relationshipManager,
Account member,
Group group)
|
static Group |
BasicModel.getGroup(IdentityManager identityManager,
String groupName,
Group parent)
|
static void |
BasicModel.grantGroupRole(RelationshipManager relationshipManager,
IdentityType assignee,
Role role,
Group group)
|
static boolean |
BasicModel.hasGroupRole(RelationshipManager relationshipManager,
IdentityType assignee,
Role role,
Group group)
|
static boolean |
BasicModel.isMember(RelationshipManager relationshipManager,
Account member,
Group group)
Checks if the given
IdentityType is a member of a specific Group . |
static void |
BasicModel.removeFromGroup(RelationshipManager relationshipManager,
Account member,
Group group)
|
static void |
BasicModel.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 © 2015 JBoss by Red Hat. All Rights Reserved.