| Package | Description |
|---|---|
| org.picketlink.idm | |
| org.picketlink.idm.event | |
| org.picketlink.idm.model | |
| org.picketlink.idm.spi |
| Modifier and Type | Method and Description |
|---|---|
Role |
IdentityManager.getRole(String name)
Returns an
Role with the given name. |
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 |
IdentityManager.grantGroupRole(IdentityType assignee,
Role role,
Group group)
|
void |
IdentityManager.grantRole(IdentityType identityType,
Role role)
Grants the given
Role to the provided IdentityType. |
boolean |
IdentityManager.hasGroupRole(IdentityType assignee,
Role role,
Group group)
|
boolean |
IdentityManager.hasRole(IdentityType identityType,
Role role)
Checks if the given
Role is granted to the provided IdentityType. |
void |
IdentityCache.putRole(Partition partition,
Role role)
Inserts the specified role into the cache, within the specified Partition.
|
void |
IdentityManager.revokeGroupRole(IdentityType assignee,
Role role,
Group group)
|
void |
IdentityManager.revokeRole(IdentityType identityType,
Role role)
Revokes the given
Role from the provided IdentityType. |
| Modifier and Type | Method and Description |
|---|---|
Role |
RoleCreatedEvent.getRole() |
Role |
RoleUpdatedEvent.getRole() |
Role |
RoleDeletedEvent.getRole() |
| Constructor and Description |
|---|
RoleCreatedEvent(Role role) |
RoleDeletedEvent(Role role) |
RoleUpdatedEvent(Role role) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleRole
Simple implementation of the Role interface
|
| Modifier and Type | Method and Description |
|---|---|
Role |
Grant.getRole() |
| Modifier and Type | Method and Description |
|---|---|
void |
Grant.setRole(Role role) |
| Constructor and Description |
|---|
Grant(IdentityType assignee,
Role role) |
GroupRole(IdentityType assignee,
Group group,
Role role) |
| Modifier and Type | Method and Description |
|---|---|
Role |
IdentityStore.getRole(SecurityContext context,
String name)
Returns the specified role
|
Copyright © 2013. All Rights Reserved.