Interface UserProfileDecorator

All Known Implementing Classes:
KerberosFederationProvider, LDAPStorageProvider, SSSDFederationProvider, UserCacheSession, UserStorageManager

public interface UserProfileDecorator
Author:
Pedro Igor
  • Method Details

    • decorateUserProfile

      void decorateUserProfile(RealmModel realm, UserProfileMetadata metadata)
      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