Uses of Class
com.sun.identity.idm.IdOperation
Packages that use IdOperation
Package
Description
Provides classes for accessing the Identity Repository interfaces.
-
Uses of IdOperation in com.sun.identity.idm
Fields in com.sun.identity.idm declared as IdOperationModifier and TypeFieldDescriptionstatic final IdOperationIdOperation.CREATETheCREATEoperation is supported only for the plugins configured for creating identities.static final IdOperationIdOperation.DELETETheDELETEoperation is supported only for the plugins configured for creating identities.static final IdOperationIdOperation.EDITTheEDIToperation is supported only for the plugins configured for modifying and deleting attributes from the supported identities.static final IdOperationIdOperation.READTheREADoperation is supported by default for all supported identities for all the plugins.static final IdOperationIdOperation.SERVICETheSERVICEoperation is supported only for service related functions on an identity.Methods in com.sun.identity.idm that return types with arguments of type IdOperationModifier and TypeMethodDescriptionIdRepo.getSupportedOperations(IdType type) Return supported operations for a given IdType -
Uses of IdOperation in org.forgerock.am.identity.persistence
Methods in org.forgerock.am.identity.persistence that return types with arguments of type IdOperationModifier and TypeMethodDescriptionIdentityStore.getAllowedIdOperations(IdType type) Get allowed identity operations.