public interface UserProfileStore
| Modifier and Type | Method and Description |
|---|---|
UserProfile |
getUserProfile(String userName) |
boolean |
isFixturesInstalled() |
void |
save(String userName,
UserProfile userProfile) |
boolean isFixturesInstalled()
void save(String userName, UserProfile userProfile)
UserProfile getUserProfile(String userName)
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.