|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserCache
| Method Summary | |
|---|---|
void |
addOrReplaceAllUserNames(java.util.List userNames)
Adds a list of all users, or if one already exists, replaces it. |
void |
addOrReplaceUser(SOAPPrincipal user)
Adds, or if they exist, replaces an existing user. |
java.util.List |
getAllUserNames()
Returns a List with all user names, or null if none are cached. |
SOAPPrincipal |
getUser(java.lang.String userName)
Returns the SOAPPrincipal representing userName, or null if it's not in the
cache. |
boolean |
removeUser(java.lang.String userName)
Removes the user from the cache. |
| Methods inherited from interface com.atlassian.crowd.integration.service.cache.BasicCache |
|---|
flush |
| Method Detail |
|---|
void addOrReplaceUser(SOAPPrincipal user)
user - boolean removeUser(java.lang.String userName)
userName -
SOAPPrincipal getUser(java.lang.String userName)
SOAPPrincipal representing userName, or null if it's not in the
cache.
userName -
java.util.List getAllUserNames()
void addOrReplaceAllUserNames(java.util.List userNames)
userNames -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||