Package | Description |
---|---|
com.sun.identity.idm |
Provides classes for accessing the Identity Repository interfaces.
|
com.sun.identity.idm.common | |
com.sun.identity.idm.server | |
org.forgerock.openam.idrepo.ldap | |
org.openidentityplatform.openam.cassandra |
Modifier and Type | Field and Description |
---|---|
static IdOperation |
IdOperation.CREATE
The
CREATE operation is supported only for the plugins
configured for creating identities. |
static IdOperation |
IdOperation.DELETE
The
DELETE operation is supported only for the plugins
configured for creating identities. |
static IdOperation |
IdOperation.EDIT
The
EDIT operation is supported only for the plugins
configured for modifying and deleting attributes from the supported
identities. |
static IdOperation |
IdOperation.READ
The
READ operation is supported by default for all
supported identities for all the plugins. |
static IdOperation |
IdOperation.SERVICE
The
SERVICE operation is supported only for service
related functions on an identity. |
Modifier and Type | Method and Description |
---|---|
Set<IdOperation> |
IdRepo.getSupportedOperations(IdType type)
Return supported operations for a given IdType
|
Modifier and Type | Method and Description |
---|---|
static Map<IdType,Set<IdOperation>> |
IdRepoUtils.parseSupportedTypesAndOperations(Set<String> typesAndOperations)
Parses the incoming types and operations in string format to their domain object equivalent.
|
Modifier and Type | Method and Description |
---|---|
protected Set<IdRepo> |
IdRepoPluginsCache.getIdRepoPlugins(String orgName,
IdOperation op,
IdType type) |
void |
IdRepoAttributeValidatorImpl.validateAttributes(Map<String,Set<String>> attrMap,
IdOperation idOp) |
void |
IdRepoAttributeValidator.validateAttributes(Map<String,Set<String>> attrMap,
IdOperation idOp)
Validates attributes for create or modify operation.
|
Modifier and Type | Method and Description |
---|---|
Set<IdOperation> |
DJLDAPv3Repo.getSupportedOperations(IdType type)
Returns the set of supported operations for a given identity type.
|
Modifier and Type | Method and Description |
---|---|
Set<IdOperation> |
Repo.getSupportedOperations(IdType type) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.