public class GetInviteStatus
extends org.alfresco.bm.http.AuthenticatedHttpEventProcessor
#EVENT_NAME_ACCEPT_INVITE: The user's email address| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ADMIN_PWD |
static String |
DEFAULT_ADMIN_USER |
static String |
DEFAULT_API_ACCOUNT_SIGNUP_QUEUE |
static String |
EVENT_NAME_GOT_INVITE_STATUS |
| Constructor and Description |
|---|
GetInviteStatus(org.alfresco.http.HttpClientProvider httpClientProvider,
org.alfresco.http.AuthenticationDetailsProvider authenticationDetailsProvider,
String baseUrl,
org.alfresco.bm.user.UserDataService userDataService) |
| Modifier and Type | Method and Description |
|---|---|
org.alfresco.bm.event.EventResult |
processEvent(org.alfresco.bm.event.Event event) |
void |
setApiSignupQueue(String apiSignupQueue)
Override the
default URL part to the signup queue API. |
void |
setEventNameGotInviteStatus(String eventNameGotInviteStatus)
Override the
default event name for 'got invite status'. |
void |
setLayer7Key(String layer7Key)
Optionally set the gateway 'key' header value.
|
executeHttpMethodAsAdmin, executeHttpMethodAsUser, getAuthDetailProvider, getFullUrlForPath, getHttpProvider, releaseResources, setTicketBasedAuthenticationpublic static final String DEFAULT_ADMIN_USER
public static final String DEFAULT_ADMIN_PWD
public static final String DEFAULT_API_ACCOUNT_SIGNUP_QUEUE
public static final String EVENT_NAME_GOT_INVITE_STATUS
public GetInviteStatus(org.alfresco.http.HttpClientProvider httpClientProvider,
org.alfresco.http.AuthenticationDetailsProvider authenticationDetailsProvider,
String baseUrl,
org.alfresco.bm.user.UserDataService userDataService)
userDataService - service to provide user dataalfrescoUrl - the Alfresco root URL e.g. http://localhost:8080/public void setApiSignupQueue(String apiSignupQueue)
default URL part to the signup queue API.public void setLayer7Key(String layer7Key)
layer7Key - a secret key; null or empty string to ignorepublic void setEventNameGotInviteStatus(String eventNameGotInviteStatus)
default event name for 'got invite status'.Copyright © 2013. All Rights Reserved.