| Package | Description |
|---|---|
| org.picketlink.idm | |
| org.picketlink.idm.model | |
| org.picketlink.idm.spi |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultIdentityCache.invalidate(Partition partition,
IdentityType identityType) |
void |
IdentityCache.invalidate(Partition partition,
IdentityType identity) |
Group |
DefaultIdentityCache.lookupGroup(Partition partition,
String groupPath) |
Group |
IdentityCache.lookupGroup(Partition partition,
String groupPath)
Returns the cached Group object with the specified group id, in the specified partition.
|
Role |
DefaultIdentityCache.lookupRole(Partition partition,
String name) |
Role |
IdentityCache.lookupRole(Partition partition,
String name)
Returns the cached Role object with the specified name, in the specified partition.
|
void |
DefaultIdentityCache.putGroup(Partition partition,
Group group) |
void |
IdentityCache.putGroup(Partition partition,
Group group)
Inserts the specified group into the cache, within the specified Partition.
|
void |
DefaultIdentityCache.putRole(Partition partition,
Role role) |
void |
IdentityCache.putRole(Partition partition,
Role role)
Inserts the specified role into the cache, within the specified Partition.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPartition
Base class for
Partition implementations. |
class |
Realm
A Realm defines a boundary for certain identity state.
|
class |
Tier
A hierarchical abstraction representing a partitioned set or subset of services, for which
specialized Roles and Groups may be created.
|
| Modifier and Type | Method and Description |
|---|---|
Partition |
AbstractIdentityType.getPartition() |
Partition |
IdentityType.getPartition()
Returns the owning Partition for this identity object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractIdentityType.setPartition(Partition partition) |
void |
IdentityType.setPartition(Partition partition)
Sets the
Partition for this object. |
| Modifier and Type | Method and Description |
|---|---|
Partition |
IdentityStoreInvocationContext.getPartition()
Returns the current
Partition. |
| Modifier and Type | Method and Description |
|---|---|
void |
PartitionStore.createPartition(Partition partition) |
void |
PartitionStore.removePartition(Partition partition) |
Copyright © 2013. All Rights Reserved.