Uses of Class
org.craftercms.core.exception.AuthenticationException
Packages that use AuthenticationException
Package
Description
-
Uses of AuthenticationException in org.craftercms.core.controller.rest
Methods in org.craftercms.core.controller.rest with parameters of type AuthenticationExceptionModifier and TypeMethodDescriptionExceptionHandlers.handleAuthenticationException(javax.servlet.http.HttpServletRequest request, AuthenticationException e) -
Uses of AuthenticationException in org.craftercms.core.service
Methods in org.craftercms.core.service that throw AuthenticationExceptionModifier and TypeMethodDescriptionbooleanContentStoreService.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.ContentStoreService.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.booleanReturns 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 AuthenticationExceptionModifier and TypeMethodDescriptionbooleanContentStoreServiceImpl.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.ContentStoreServiceImpl.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.boolean -
Uses of AuthenticationException in org.craftercms.core.store
Methods in org.craftercms.core.store that throw AuthenticationExceptionModifier and TypeMethodDescriptionContentStoreAdapter.createContext(String id, String rootFolderPath, boolean mergingOn, boolean cacheOn, int maxAllowedItemsInCache, boolean ignoreHiddenFiles) voidContentStoreAdapter.destroyContext(Context context) boolean -
Uses of AuthenticationException in org.craftercms.core.store.impl.filesystem
Methods in org.craftercms.core.store.impl.filesystem that throw AuthenticationExceptionModifier and TypeMethodDescriptionFileSystemContentStoreAdapter.createContext(String id, String rootFolderPath, boolean mergingOn, boolean cacheOn, int maxAllowedItemsInCache, boolean ignoreHiddenFiles) voidFileSystemContentStoreAdapter.destroyContext(Context context) boolean