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 |
---|---|
Role |
IdentityCache.lookupRole(Partition partition,
String name)
Returns the cached Role object with the specified name, in the specified partition.
|
Modifier and Type | Method and Description |
---|---|
void |
IdentityCache.putRole(Partition partition,
Role role)
Inserts the specified role into the cache, within the specified Partition.
|
Modifier and Type | Method and Description |
---|---|
Role |
DefaultIdentityCache.lookupRole(Partition partition,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultIdentityCache.putRole(Partition partition,
Role role) |
Modifier and Type | Method and Description |
---|---|
Role |
RoleStorageUtil.loadRole(DataSource dataSource,
Map<QueryParameter,Object[]> params)
Load
Role given parameters |
Role |
RoleStorageUtil.loadRole(DataSource dataSource,
String id)
Load
Role given its id |
Role |
RoleStorageUtil.loadRoleByName(DataSource dataSource,
String roleName)
Load
Role given its name |
Modifier and Type | Method and Description |
---|---|
void |
RoleStorageUtil.deleteRole(DataSource dataSource,
Role role)
Delete
Role |
List<Grant> |
RelationshipStorageUtil.loadGrantsForRole(DataSource dataSource,
Role role)
|
void |
RoleStorageUtil.storeRole(DataSource dataSource,
Role role)
Store a
Role |
void |
RoleStorageUtil.updateRole(DataSource dataSource,
Role role)
Update the stored
User |
Modifier and Type | Method and Description |
---|---|
Role |
Grant.getRole() |
static Role |
BasicModel.getRole(IdentityManager identityManager,
String name)
Returns an
Role instance with the given name . |
Modifier and Type | Method and Description |
---|---|
static void |
BasicModel.grantGroupRole(RelationshipManager relationshipManager,
IdentityType assignee,
Role role,
Group group)
|
static void |
BasicModel.grantRole(RelationshipManager relationshipManager,
IdentityType assignee,
Role role)
Grants the given
Role to the provided IdentityType . |
static boolean |
BasicModel.hasGroupRole(RelationshipManager relationshipManager,
IdentityType assignee,
Role role,
Group group)
|
static boolean |
BasicModel.hasRole(RelationshipManager relationshipManager,
IdentityType assignee,
Role role)
Checks if the given
Role is granted to the provided IdentityType . |
static void |
BasicModel.revokeGroupRole(RelationshipManager relationshipManager,
IdentityType assignee,
Role role,
Group group)
|
static void |
BasicModel.revokeRole(RelationshipManager relationshipManager,
IdentityType assignee,
Role role)
Revokes the given
Role from the provided IdentityType . |
void |
Grant.setRole(Role role) |
Constructor and Description |
---|
Grant(IdentityType assignee,
Role role) |
GroupRole(IdentityType assignee,
Group group,
Role role) |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.