| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
RestControllerBase.handleAuthenticationException(javax.servlet.http.HttpServletRequest request,
AuthenticationException e) |
| Modifier and Type | Method and Description |
|---|---|
Context |
ContentStoreService.createContext(String storeType,
String storeServerUrl,
String username,
String password,
String rootFolderPath,
boolean mergingOn,
boolean cacheOn,
int maxAllowedItemsInCache,
boolean ignoreHiddenFiles)
Returns a new context with the specified params, login in to a remote repository (if needed) and creating a
new cache scope associated to the context.
|
boolean |
ContentStoreService.destroyContext(Context context)
Destroys the specified context, login out of any remote repository (if a login was issued) and destroying the
cache scope associated to the context.
|
boolean |
ContentStoreService.validate(Context context)
Returns true if the specified context is still valid and usable.
|
| Modifier and Type | Method and Description |
|---|---|
Context |
ContentStoreServiceImpl.createContext(String storeType,
String storeServerUrl,
String username,
String password,
String rootFolderPath,
boolean mergingOn,
boolean cacheOn,
int maxAllowedItemsInCache,
boolean ignoreHiddenFiles)
Returns a new context with the specified params, login in to a remote repository (if needed) and creating a
new cache scope associated to the context.
|
boolean |
ContentStoreServiceImpl.destroyContext(Context context)
Destroys the specified context, login out of any remote repository (if a login was issued) and destroying the
cache scope associated to the context.
|
boolean |
ContentStoreServiceImpl.validate(Context context) |
| Modifier and Type | Method and Description |
|---|---|
Context |
ContentStoreAdapter.createContext(String id,
String storeServerUrl,
String username,
String password,
String rootFolderPath,
boolean mergingOn,
boolean cacheOn,
int maxAllowedItemsInCache,
boolean ignoreHiddenFiles) |
void |
ContentStoreAdapter.destroyContext(Context context) |
boolean |
ContentStoreAdapter.validate(Context context) |
| Modifier and Type | Method and Description |
|---|---|
Context |
FileSystemContentStoreAdapter.createContext(String id,
String storeServerUrl,
String username,
String password,
String rootFolderPath,
boolean mergingOn,
boolean cacheOn,
int maxAllowedItemsInCache,
boolean ignoreHiddenFiles) |
void |
FileSystemContentStoreAdapter.destroyContext(Context context) |
boolean |
FileSystemContentStoreAdapter.validate(Context context) |
Copyright © 2018 CrafterCMS. All rights reserved.