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 IdOperationIdOperation. CREATETheCREATEoperation is supported only for the plugins configured for creating identities.static IdOperationIdOperation. DELETETheDELETEoperation is supported only for the plugins configured for creating identities.static IdOperationIdOperation. EDITTheEDIToperation is supported only for the plugins configured for modifying and deleting attributes from the supported identities.static IdOperationIdOperation. READTheREADoperation is supported by default for all supported identities for all the plugins.static 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 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.
-