| Package | Description |
|---|---|
| org.picketlink.idm | |
| org.picketlink.idm.model.basic |
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityManager.add(IdentityType identityType)
Adds the given
IdentityType instance to the configured identity store. |
void |
PartitionManager.add(Partition partition)
Adds a partition to the default configuration.
|
void |
PartitionManager.add(Partition partition,
String configurationName)
Adds a new partition with a reference to the given
configurationName. |
void |
RelationshipManager.add(Relationship relationship)
Adds the given
Relationship instance to the configured identity store. |
IdentityManager |
PartitionManager.createIdentityManager()
Creates an
IdentityManager instance for the default partition. |
IdentityManager |
PartitionManager.createIdentityManager(Partition partition)
Creates an
IdentityManager for the specified partition |
PermissionManager |
PartitionManager.createPermissionManager()
Creates a
PermissionManager for the default partition. |
PermissionManager |
PartitionManager.createPermissionManager(Partition partition)
Creates a
PermissionManager for the specified partition. |
RelationshipManager |
PartitionManager.createRelationshipManager()
Creates an
RelationshipManager for the specified partition. |
<T extends Partition> |
PartitionManager.getPartition(Class<T> partitionClass,
String name)
Return the partition specified by the partition class and name.
|
<T extends Partition> |
PartitionManager.getPartitions(Class<T> partitionClass)
Return all
Partition instances for a given partitionClass. |
<T extends Partition> |
PartitionManager.lookupById(Class<T> partitionClass,
String id)
Return the partition specified by the partition class and identifier.
|
void |
IdentityManager.remove(IdentityType value)
Removes the given
IdentityType instance from the configured identity store. |
void |
PartitionManager.remove(Partition partition)
Removes the specified partition.
|
void |
RelationshipManager.remove(Relationship relationship)
Removes the given
Relationship instance. |
void |
IdentityManager.update(IdentityType identityType)
Updates the given
IdentityType instance. |
void |
PartitionManager.update(Partition partition)
Updates the attributes of the specified partition.
|
void |
RelationshipManager.update(Relationship relationship)
Updates the given
Relationship instance. |
| Modifier and Type | Method and Description |
|---|---|
static Agent |
BasicModel.getAgent(IdentityManager identityManager,
String loginName)
Returns an
Agent with the given loginName. |
Copyright © 2013. All Rights Reserved.