public class LoginServiceUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
GUEST_COMMUNITY_NAME |
static String |
PUBLIC_LAYOUT_NAME |
static String |
ROOT_ORG |
| Constructor and Description |
|---|
LoginServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addMembershipRequest(String username,
VO rootVO,
String scope,
String optionalMessage,
String portalbasicurl,
String gatewayName) |
protected static boolean |
checkPending(String screenName,
long groupId) |
protected static ArrayList<String> |
getAdministratorsEmails(String scope) |
protected static ArrayList<VO> |
getFakeVOs()
simply returns fake VOS for debugging purpose
|
protected static ArrayList<VRE> |
getVREsFromInfrastructure(String scopename) |
static void |
notifyUserAcceptedInvite(String username,
VO rootVO,
String scope,
String portalbasicurl,
String gatewayName,
org.gcube.portal.databook.shared.Invite invite) |
static void |
notifyUserSelfRegistration(String username,
VO rootVO,
String scope,
String portalbasicurl,
String gatewayName) |
public static final String ROOT_ORG
public static final String PUBLIC_LAYOUT_NAME
public static final String GUEST_COMMUNITY_NAME
protected static boolean checkPending(String screenName, long groupId) throws org.gcube.vomanagement.usermanagement.exception.UserManagementSystemException, org.gcube.vomanagement.usermanagement.exception.GroupRetrievalFault, org.gcube.vomanagement.usermanagement.exception.UserRetrievalFault
screenName - groupId - org.gcube.vomanagement.usermanagement.exception.UserRetrievalFaultorg.gcube.vomanagement.usermanagement.exception.GroupRetrievalFaultorg.gcube.vomanagement.usermanagement.exception.UserManagementSystemExceptionprotected static ArrayList<VO> getFakeVOs()
public static void addMembershipRequest(String username, VO rootVO, String scope, String optionalMessage, String portalbasicurl, String gatewayName) throws Exception
scope - .optionalMessage - .Exceptionpublic static void notifyUserSelfRegistration(String username, VO rootVO, String scope, String portalbasicurl, String gatewayName) throws Exception
scope - .optionalMessage - .Exceptionpublic static void notifyUserAcceptedInvite(String username, VO rootVO, String scope, String portalbasicurl, String gatewayName, org.gcube.portal.databook.shared.Invite invite) throws Exception
scope - .optionalMessage - .ExceptionCopyright © 2016. All Rights Reserved.