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