| Package | Description |
|---|---|
| org.picketlink.idm | |
| org.picketlink.idm.config | |
| org.picketlink.idm.spi | |
| org.picketlink.idm.util |
| Modifier and Type | Method and Description |
|---|---|
OperationNotSupportedException |
IDMMessages.storeConfigUnsupportedOperation(Class<? extends AttributedType> type,
IdentityStoreConfiguration.IdentityOperation operation,
Class<? extends AttributedType> typeToDisplay,
IdentityStoreConfiguration.IdentityOperation operationToDisplay) |
| Modifier and Type | Method and Description |
|---|---|
IdentityStoreConfiguration.IdentityOperation |
OperationNotSupportedException.getOperation() |
static IdentityStoreConfiguration.IdentityOperation |
IdentityStoreConfiguration.IdentityOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentityStoreConfiguration.IdentityOperation[] |
IdentityStoreConfiguration.IdentityOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractIdentityStoreConfiguration.supportsType(Class<? extends AttributedType> type,
IdentityStoreConfiguration.IdentityOperation operation) |
boolean |
IdentityStoreConfiguration.supportsType(Class<? extends AttributedType> type,
IdentityStoreConfiguration.IdentityOperation operation)
Checks if the configuration supports the given
AttributedType and IdentityStoreConfiguration.IdentityOperation. |
S |
IdentityStoreConfigurationBuilder.unsupportType(Class<? extends AttributedType> type,
IdentityStoreConfiguration.IdentityOperation... operations)
Defines which type should not be supported by this configuration.
|
| Constructor and Description |
|---|
OperationNotSupportedException(String message,
Class<? extends AttributedType> attributedType,
IdentityStoreConfiguration.IdentityOperation operation) |
| Modifier and Type | Method and Description |
|---|---|
<T extends IdentityStore<?>> |
StoreSelector.getStoreForIdentityOperation(IdentityContext context,
Class<T> storeType,
Class<? extends AttributedType> type,
IdentityStoreConfiguration.IdentityOperation operation) |
IdentityStore<?> |
StoreSelector.getStoreForRelationshipOperation(IdentityContext context,
Class<? extends Relationship> relationshipClass,
Relationship relationship,
IdentityStoreConfiguration.IdentityOperation operation)
Returns the IdentityStore that manages relationships of the specified type, for the specified partition/s.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
IDMUtil.isTypeOperationSupported(Class<? extends AttributedType> type,
IdentityStoreConfiguration.IdentityOperation operation,
Map<Class<? extends AttributedType>,Set<IdentityStoreConfiguration.IdentityOperation>> supportedTypes,
Map<Class<? extends AttributedType>,Set<IdentityStoreConfiguration.IdentityOperation>> unsupportedTypes) |
| Modifier and Type | Method and Description |
|---|---|
static int |
IDMUtil.isTypeOperationSupported(Class<? extends AttributedType> type,
IdentityStoreConfiguration.IdentityOperation operation,
Map<Class<? extends AttributedType>,Set<IdentityStoreConfiguration.IdentityOperation>> supportedTypes,
Map<Class<? extends AttributedType>,Set<IdentityStoreConfiguration.IdentityOperation>> unsupportedTypes) |
static int |
IDMUtil.isTypeOperationSupported(Class<? extends AttributedType> type,
IdentityStoreConfiguration.IdentityOperation operation,
Map<Class<? extends AttributedType>,Set<IdentityStoreConfiguration.IdentityOperation>> supportedTypes,
Map<Class<? extends AttributedType>,Set<IdentityStoreConfiguration.IdentityOperation>> unsupportedTypes) |
Copyright © 2013. All Rights Reserved.