Uses of Class
com.sun.identity.idm.IdOperation
-
Packages that use IdOperation Package Description com.sun.identity.idm Provides classes for accessing the Identity Repository interfaces.org.forgerock.am.identity.persistence -
-
Uses of IdOperation in com.sun.identity.idm
Fields in com.sun.identity.idm declared as IdOperation Modifier and Type Field Description static IdOperation
IdOperation. CREATE
TheCREATE
operation is supported only for the plugins configured for creating identities.static IdOperation
IdOperation. DELETE
TheDELETE
operation is supported only for the plugins configured for creating identities.static IdOperation
IdOperation. EDIT
TheEDIT
operation is supported only for the plugins configured for modifying and deleting attributes from the supported identities.static IdOperation
IdOperation. READ
TheREAD
operation is supported by default for all supported identities for all the plugins.static IdOperation
IdOperation. SERVICE
TheSERVICE
operation is supported only for service related functions on an identity.Methods in com.sun.identity.idm that return types with arguments of type IdOperation Modifier and Type Method Description Set<IdOperation>
IdRepo. 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 IdOperation Modifier and Type Method Description Set<IdOperation>
IdentityStore. getAllowedIdOperations(IdType type)
Get allowed identity operations.
-