Package | Description |
---|---|
org.alfresco.repo.client.config | |
org.alfresco.repo.quickshare | |
org.alfresco.repo.security.authentication |
Modifier and Type | Method and Description |
---|---|
ClientAppConfig.ClientApp |
ClientAppConfig.getClient(String name)
Returns the named client or null if no client exists with the given name.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ClientAppConfig.ClientApp> |
ClientAppConfig.getClients()
Returns an unmodifiable view of the clients map.
|
protected Map<String,ClientAppConfig.ClientApp> |
ClientAppConfig.processClients(Set<String> clientsNames,
Set<String> propsNames,
Map<String,String> allProps)
Processes the given properties and if the properties' values are valid, creates
a map of
ClientApp with the client's name as the key. |
Modifier and Type | Method and Description |
---|---|
protected String |
QuickShareServiceImpl.getSharedLinkEmailTemplatePath(ClientAppConfig.ClientApp clientApp) |
Modifier and Type | Method and Description |
---|---|
ClientAppConfig.ClientApp |
ResetPasswordService.getClientAppConfig(String clientName)
Gets the registered client.
|
ClientAppConfig.ClientApp |
ResetPasswordServiceImpl.getClientAppConfig(String clientName) |
Modifier and Type | Method and Description |
---|---|
protected String |
ResetPasswordServiceImpl.createResetPasswordUrl(ClientAppConfig.ClientApp clientApp,
String id,
String key)
This method creates a URL for the 'reset password' link which appears in the email
|
protected String |
ResetPasswordServiceImpl.getConfirmResetPasswordEmailTemplate(ClientAppConfig.ClientApp clientApp) |
protected String |
ResetPasswordServiceImpl.getResetPasswordEmailTemplate(ClientAppConfig.ClientApp clientApp) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.