Package | Description |
---|---|
org.picketlink.idm | |
org.picketlink.idm.internal | |
org.picketlink.idm.model.basic | |
org.picketlink.producer |
Modifier and Type | Method and Description |
---|---|
RelationshipManager |
PartitionManager.createRelationshipManager()
Creates an
RelationshipManager . |
Modifier and Type | Class and Description |
---|---|
class |
ContextualRelationshipManager
Default implementation for RelationshipManager.
|
Modifier and Type | Method and Description |
---|---|
RelationshipManager |
DefaultPartitionManager.createRelationshipManager() |
Modifier and Type | Method and Description |
---|---|
boolean |
PrivilegeChainQuery.inheritsPrivileges(RelationshipManager relationshipManager,
IdentityType identity,
IdentityType assignee)
Checks if the given
identity inherits the privileges assigned to the given assignee . |
Constructor and Description |
---|
ContextualIdentityManager(Partition partition,
EventBridge eventBridge,
IdGenerator idGenerator,
StoreSelector storeSelector,
RelationshipManager relationshipManager,
PermissionManager permissionManager) |
Modifier and Type | Method and Description |
---|---|
static void |
BasicModel.addToGroup(RelationshipManager relationshipManager,
Account member,
Group group)
|
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 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)
|
static void |
BasicModel.revokeRole(RelationshipManager relationshipManager,
IdentityType assignee,
Role role)
Revokes the given
Role from the provided IdentityType . |
Modifier and Type | Method and Description |
---|---|
RelationshipManager |
IdentityManagementProducer.produceRelationshipManager() |
Copyright © 2015 JBoss by Red Hat. All rights reserved.