public class AcceptInvite
extends org.alfresco.bm.http.AuthenticatedHttpEventProcessor
EVENT_NAME_INVITE_ACCEPTED: The user's email address| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_API_ACCOUNT_ACTIVATIONS |
static String |
EVENT_NAME_INVITE_ACCEPTED |
| Constructor and Description |
|---|
AcceptInvite(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 |
setApiAccountActivations(String apiAccountActivations)
Override the
default URL part to the account activation API. |
void |
setEventNameInviteAccepted(String eventNameInviteAccepted)
Override the
default event name for 'invite accepted'. |
void |
setLayer7Key(String layer7Key)
Optionally set the gateway 'key' header value.
|
executeHttpMethodAsAdmin, executeHttpMethodAsUser, getAuthDetailProvider, getFullUrlForPath, getHttpProvider, releaseResources, setTicketBasedAuthenticationpublic static final String DEFAULT_API_ACCOUNT_ACTIVATIONS
public static final String EVENT_NAME_INVITE_ACCEPTED
public AcceptInvite(org.alfresco.http.HttpClientProvider httpClientProvider,
org.alfresco.http.AuthenticationDetailsProvider authenticationDetailsProvider,
String baseUrl,
org.alfresco.bm.user.UserDataService userDataService)
httpClientProvider - common provider for HTTP connectionsauthenticationDetailsProvider - common provider of username-passwordsbaseUrl - the base Alfresco URL for fetching ticketsuserDataService - service to service user informationpublic void setApiAccountActivations(String apiAccountActivations)
default URL part to the account activation API.public void setLayer7Key(String layer7Key)
layer7Key - a secret key; null or empty string to ignorepublic void setEventNameInviteAccepted(String eventNameInviteAccepted)
default event name for 'invite accepted'.Copyright © 2013. All Rights Reserved.