| Package | Description |
|---|---|
| org.picketlink.idm | |
| org.picketlink.idm.model | |
| org.picketlink.idm.spi |
| Modifier and Type | Method and Description |
|---|---|
IdentityManagementException |
IDMMessages.attributedTypeNotFoundWithId(Class<? extends AttributedType> type,
String id,
Partition partition) |
IdentityManager |
IdentityManagerFactory.createIdentityManager(Partition partition) |
IdentityManagementException |
IDMMessages.groupNotFoundWithPath(String path,
Partition partition) |
IdentityManagementException |
IDMMessages.groupParentNotFoundWithId(String id,
Partition partition) |
IdentityManagementException |
IDMMessages.identityTypeAlreadyExists(Class<? extends IdentityType> type,
String identifier,
Partition partition) |
void |
IdentityCache.invalidate(Partition partition,
IdentityType identity) |
Group |
IdentityCache.lookupGroup(Partition partition,
String groupPath)
Returns the cached Group object with the specified group id, in the specified partition.
|
Role |
IdentityCache.lookupRole(Partition partition,
String name)
Returns the cached Role object with the specified name, in the specified partition.
|
IdentityManagementException |
IDMMessages.partitionCouldNotRemoveWithChilds(Partition partition) |
IdentityManagementException |
IDMMessages.partitionCouldNotRemoveWithIdentityTypes(Partition partition) |
void |
IdentityCache.putGroup(Partition partition,
Group group)
Inserts the specified group into the cache, within the specified Partition.
|
void |
IdentityCache.putRole(Partition partition,
Role role)
Inserts the specified role into the cache, within the specified Partition.
|
| Modifier and Type | Method and Description |
|---|---|
IdentityManagementException |
IDMMessages.couldNotCreateContextualIdentityManager(Class<? extends Partition> type) |
IdentityManagementException |
IDMMessages.partitionAlreadyExistsWithName(Class<? extends Partition> type,
String name) |
IdentityManagementException |
IDMMessages.partitionInvalidTypeForAgents(Class<? extends Partition> partitionType) |
IdentityManagementException |
IDMMessages.partitionInvalidTypeForCredential(Class<? extends Partition> partitionType) |
IdentityManagementException |
IDMMessages.partitionNotFoundWithName(Class<? extends Partition> type,
String name) |
| 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 |
SecurityContext.getPartition()
Return the active Partition for this context
|
| Modifier and Type | Method and Description |
|---|---|
SecurityContext |
SecurityContextFactory.createContext(Partition partition) |
boolean |
StoreFactory.isFeatureSupported(Partition partition,
FeatureSet.FeatureGroup feature,
FeatureSet.FeatureOperation operation,
Class<? extends Relationship> relationshipClass)
Returns true if the specified feature (and optional relationship class) is supported by the specified
Partition's configuration
|
| Constructor and Description |
|---|
SecurityContext(IdentityCache cache,
EventBridge eventBridge,
CredentialHandlerFactory factory,
IdGenerator idGenerator,
Partition partition) |
Copyright © 2013. All Rights Reserved.