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.IdentityAttributeUpdater
IdentityService.IdentityAttributeUpdater. removeAttributes(Set<String> attrNames)
Removes the attributes from the identity entry.IdentityService.IdentityAttributeUpdater
IdentityService.IdentityAttributeUpdater. setAttributes(Map attrMap)
Sets the values of attributes.IdentityService.IdentityAttributeUpdater
IdentityService.IdentityAttributeUpdater. setBinaryAttributes(Map attrMap)
Set the values of binary attributes.IdentityService.IdentityAttributeUpdater
IdentityService. updateAttributes(Identity identity)
Returns a builder which allows updating the attributes of the given identity.
-