Interface UserAttributesRequestHandler
- All Known Implementing Classes:
DefaultUserAttributesRequestHandler
public interface UserAttributesRequestHandler
Add additional attributes to a
User
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(UserAttributesRequest request) UpdatesUser
attributes with the supplied attributes inUserAttributesRequest
.
-
Method Details
-
handle
UpdatesUser
attributes with the supplied attributes inUserAttributesRequest
.This overwrites any existing attributes already present for the key(s) supplied in
UserAttributesRequest.getPayload()
- Parameters:
request
- the request for adjusting claims for a user- See Also:
-