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,
String scope,
String optionalMessage,
javax.servlet.http.HttpServletRequest request) |
protected static ArrayList<String> |
getAdministratorsEmails(String scope) |
static void |
notifyUserAcceptedInvite(String username,
String scope,
org.gcube.portal.databook.shared.Invite invite,
javax.servlet.http.HttpServletRequest request) |
static void |
notifyUserSelfRegistration(String username,
String scope,
javax.servlet.http.HttpServletRequest request) |
public static final String ROOT_ORG
public static final String PUBLIC_LAYOUT_NAME
public static final String GUEST_COMMUNITY_NAME
public static void addMembershipRequest(String username, String scope, String optionalMessage, javax.servlet.http.HttpServletRequest request) throws Exception
scope - .optionalMessage - .Exceptionpublic static void notifyUserSelfRegistration(String username, String scope, javax.servlet.http.HttpServletRequest request) throws Exception
scope - .optionalMessage - .ExceptionCopyright © 2018. All Rights Reserved.