-
- All Known Implementing Classes:
DefaultProfileKit
public interface ProfileKitProfile Service. This service provides centralized access to the user profile.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <P extends Profile>
PgetProfile()This method should provide current user valid profile.voidsetProfile(Profile profile)This method
-
-
-
Method Detail
-
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.- Type Parameters:
P-- Returns:
-
setProfile
void setProfile(Profile profile)
This method- Parameters:
profile-
-
-