Package org.keycloak.userprofile
Interface UserProfileDecorator
public interface UserProfileDecorator
- Author:
- Pedro Igor
-
Method Summary
Modifier and TypeMethodDescriptionvoiddecorateUserProfile(RealmModel realm, UserProfileMetadata metadata) Decorates user profile with additional metadata.
-
Method Details
-
decorateUserProfile
Decorates user profile with additional metadata. For instance, metadata attributes, which are available just for your user-storage provider can be added there, so they are available just for the users coming from your provider- Parameters:
metadata- to decorate
-