public class UserProfileCache extends Object
| Constructor and Description |
|---|
UserProfileCache() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
addProfile(String username,
String vre,
String profile) |
static String |
getProfile(String username,
String vre) |
static boolean |
removeProfile(String username,
String vre) |
public static boolean addProfile(String username, String vre, String profile)
username - the username as in ISvre - the vre from Scope. eg. for scope '/gcube/devNext/NextNext' the vre is 'NextNext'profile - the serialized XML profilepublic static boolean removeProfile(String username, String vre)
username - the username as in ISvre - the vre from Scope. eg. for scope '/gcube/devNext/NextNext' the vre is 'NextNext'Copyright © 2014. All Rights Reserved.