Uses of Interface
org.forgerock.am.identity.application.IdentityService.IdentityAttributeUpdater
-
Packages that use IdentityService.IdentityAttributeUpdater Package Description org.forgerock.am.identity.application -
-
Uses of IdentityService.IdentityAttributeUpdater in org.forgerock.am.identity.application
Methods in org.forgerock.am.identity.application that return IdentityService.IdentityAttributeUpdater Modifier and Type Method Description IdentityService.IdentityAttributeUpdaterIdentityService.IdentityAttributeUpdater. removeAttributes(Set<String> attrNames)Removes the attributes from the identity entry.IdentityService.IdentityAttributeUpdaterIdentityService.IdentityAttributeUpdater. setAttributes(Map attrMap)Sets the values of attributes.IdentityService.IdentityAttributeUpdaterIdentityService.IdentityAttributeUpdater. setBinaryAttributes(Map attrMap)Set the values of binary attributes.IdentityService.IdentityAttributeUpdaterIdentityService. updateAttributes(Identity identity)Returns a builder which allows updating the attributes of the given identity.
-