Uses of Interface
org.forgerock.am.identity.application.IdentityService.IdentityAttributeUpdater
-
Uses of IdentityService.IdentityAttributeUpdater in org.forgerock.am.identity.application
Modifier 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.