Package | Description |
---|---|
org.picketlink.idm.jdbc.internal.model.db | |
org.picketlink.idm.model.basic |
Modifier and Type | Method and Description |
---|---|
Grant |
RelationshipStorageUtil.loadGrant(DataSource dataSource,
String id)
Load
Grant given its id |
Modifier and Type | Method and Description |
---|---|
List<Grant> |
RelationshipStorageUtil.loadGrantsForAgent(DataSource dataSource,
Agent agent)
|
List<Grant> |
RelationshipStorageUtil.loadGrantsForRole(DataSource dataSource,
Role role)
|
List<Grant> |
RelationshipStorageUtil.loadGrantsForUser(DataSource dataSource,
User user)
|
Modifier and Type | Method and Description |
---|---|
void |
RelationshipStorageUtil.storeGrant(DataSource dataSource,
Grant grant)
Store a
Grant |
Modifier and Type | Class and Description |
---|---|
class |
GroupRole
GroupRole is a Relationship type that assigns a role within a group to an identity (either a User or Group).
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.