Interface ProfileKit

All Known Implementing Classes:
DefaultProfileKit

public interface ProfileKit
Profile Service. This service provides centralized access to the user profile.
  • Method Summary

    Modifier and Type Method Description
    <P extends Profile>
    P
    getProfile()
    This method should provide current user valid profile.
    void setProfile​(Profile profile)
    Setup curent user profile
  • Method Details

    • getProfile

      <P extends Profile> P getProfile()
      This method should provide current user valid profile. The method should provide the ability to quickly re-read the profile within the thread. If it is impassible to determine current user profile method returns common profile CommonProfileCreator
    • setProfile

      void setProfile​(Profile profile)
      Setup curent user profile
      Parameters:
      profile -