Uses of Class
org.craftercms.core.exception.AuthenticationException
-
-
Uses of AuthenticationException in org.craftercms.core.controller.rest
Methods in org.craftercms.core.controller.rest with parameters of type AuthenticationException Modifier and Type Method Description Map<String,Object>ExceptionHandlers. handleAuthenticationException(javax.servlet.http.HttpServletRequest request, AuthenticationException e) -
Uses of AuthenticationException in org.craftercms.core.service
Methods in org.craftercms.core.service that throw AuthenticationException Modifier and Type Method Description booleanContentStoreService. 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.ContextContentStoreService. getContext(String tag, String storeType, String rootFolderPath, boolean mergingOn, boolean cacheOn, int maxAllowedItemsInCache, boolean ignoreHiddenFiles)Returns a context with the specified parameters, if the context doesn't exist it will be created.booleanContentStoreService. validate(Context context)Returns true if the specified context is still valid and usable. -
Uses of AuthenticationException in org.craftercms.core.service.impl
Methods in org.craftercms.core.service.impl that throw AuthenticationException Modifier and Type Method Description booleanContentStoreServiceImpl. 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.ContextContentStoreServiceImpl. getContext(String tag, String storeType, String rootFolderPath, boolean mergingOn, boolean cacheOn, int maxAllowedItemsInCache, boolean ignoreHiddenFiles)Returns a context with the specified parameters, if the context doesn't exist it will be created.booleanContentStoreServiceImpl. validate(Context context) -
Uses of AuthenticationException in org.craftercms.core.store
Methods in org.craftercms.core.store that throw AuthenticationException Modifier and Type Method Description ContextContentStoreAdapter. createContext(String id, String rootFolderPath, boolean mergingOn, boolean cacheOn, int maxAllowedItemsInCache, boolean ignoreHiddenFiles)voidContentStoreAdapter. destroyContext(Context context)booleanContentStoreAdapter. validate(Context context) -
Uses of AuthenticationException in org.craftercms.core.store.impl.filesystem
Methods in org.craftercms.core.store.impl.filesystem that throw AuthenticationException Modifier and Type Method Description ContextFileSystemContentStoreAdapter. createContext(String id, String rootFolderPath, boolean mergingOn, boolean cacheOn, int maxAllowedItemsInCache, boolean ignoreHiddenFiles)voidFileSystemContentStoreAdapter. destroyContext(Context context)booleanFileSystemContentStoreAdapter. validate(Context context)
-