public interface UserProfileLoader extends ApplicationScopedComponent
This is an interface only to make it easy to mock in tests. In practice there
is only a single implementation, UserProfileLoaderDefault.
| Modifier and Type | Method and Description |
|---|---|
UserProfile |
getProfile()
Deprecated.
|
UserProfile |
getProfile(AuthenticationSession session) |
List<Object> |
getServices() |
boolean |
isFixturesInstalled() |
void |
saveAsDefault(UserProfile userProfile) |
void |
saveForUser(String userName,
UserProfile userProfile) |
void |
saveSession(List<ObjectAdapter> objects) |
void |
setServices(List<Object> servicesList) |
init, shutdownboolean isFixturesInstalled()
PersistenceSession#isFixturesInstalled()void saveAsDefault(UserProfile userProfile)
void saveForUser(String userName, UserProfile userProfile)
void saveSession(List<ObjectAdapter> objects)
UserProfile getProfile(AuthenticationSession session)
@Deprecated UserProfile getProfile()
void setServices(List<Object> servicesList)
List<Object> getServices()
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.