Package | Description |
---|---|
com.sun.identity.idm |
Provides classes for accessing the Identity Repository interfaces.
|
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
|
Copyright © 2010-2013, ForgeRock All Rights Reserved.