Uses of Class
com.sun.identity.idm.IdOperation
Package
Description
Provides classes for accessing the Identity Repository interfaces.
-
Uses of IdOperation in com.sun.identity.idm
Modifier and TypeFieldDescriptionstatic final IdOperation
IdOperation.CREATE
TheCREATE
operation is supported only for the plugins configured for creating identities.static final IdOperation
IdOperation.DELETE
TheDELETE
operation is supported only for the plugins configured for creating identities.static final IdOperation
IdOperation.EDIT
TheEDIT
operation is supported only for the plugins configured for modifying and deleting attributes from the supported identities.static final IdOperation
IdOperation.READ
TheREAD
operation is supported by default for all supported identities for all the plugins.static final IdOperation
IdOperation.SERVICE
TheSERVICE
operation is supported only for service related functions on an identity.Modifier and TypeMethodDescriptionIdRepo.getSupportedOperations
(IdType type) Return supported operations for a given IdType -
Uses of IdOperation in org.forgerock.am.identity.persistence
Modifier and TypeMethodDescriptionIdentityStore.getAllowedIdOperations
(IdType type) Get allowed identity operations.