Uses of Interface
org.eclipse.jetty.server.handler.ContextHandler.AliasCheck
Packages that use ContextHandler.AliasCheck
Package
Description
Jetty Server : Core Server API
Jetty Server : Core Handler API
-
Uses of ContextHandler.AliasCheck in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement ContextHandler.AliasCheckModifier and TypeClassDescriptionclassThis will approve any alias to anything inside of theContextHandlers resource base which is not protected by a protected target as defined byContextHandler.getProtectedTargets()at start.classDeprecated.classAn extension ofAllowedResourceAliasCheckerwhich will allow symlinks alias to arbitrary targets, so long as the symlink file itself is an allowed resource. -
Uses of ContextHandler.AliasCheck in org.eclipse.jetty.server.handler
Classes in org.eclipse.jetty.server.handler that implement ContextHandler.AliasCheckModifier and TypeClassDescriptionclassDeprecated.useSymlinkAllowedResourceAliasCheckerinstead.static classDeprecated.static classDeprecated.Classes in org.eclipse.jetty.server.handler that implement interfaces with type arguments of type ContextHandler.AliasCheckModifier and TypeClassDescriptionprivate classA wrapper list that intercepts add/remove/clear to call correspondent methods of ContextHandler.Fields in org.eclipse.jetty.server.handler with type parameters of type ContextHandler.AliasCheckModifier and TypeFieldDescriptionprivate final List<ContextHandler.AliasCheck> ContextHandler._aliasChecksMethods in org.eclipse.jetty.server.handler that return ContextHandler.AliasCheckModifier and TypeMethodDescriptionContextHandler.AliasChecksList.get(int index) ContextHandler.AliasChecksList.remove(int index) ContextHandler.AliasChecksList.set(int index, ContextHandler.AliasCheck element) Methods in org.eclipse.jetty.server.handler that return types with arguments of type ContextHandler.AliasCheckModifier and TypeMethodDescriptionContextHandler.getAliasChecks()ContextHandler.AliasChecksList.iterator()ContextHandler.AliasChecksList.listIterator()ContextHandler.AliasChecksList.listIterator(int index) ContextHandler.AliasChecksList.subList(int fromIndex, int toIndex) Methods in org.eclipse.jetty.server.handler with parameters of type ContextHandler.AliasCheckModifier and TypeMethodDescriptionvoidContextHandler.AliasChecksList.add(int index, ContextHandler.AliasCheck element) booleanContextHandler.AliasChecksList.add(ContextHandler.AliasCheck aliasCheck) voidContextHandler.addAliasCheck(ContextHandler.AliasCheck check) Add an AliasCheck instance to possibly permit aliased resourcesprivate booleanContextHandler.removeAliasCheck(ContextHandler.AliasCheck check) ContextHandler.AliasChecksList.set(int index, ContextHandler.AliasCheck element) Method parameters in org.eclipse.jetty.server.handler with type arguments of type ContextHandler.AliasCheckModifier and TypeMethodDescriptionbooleanContextHandler.AliasChecksList.addAll(int index, Collection<? extends ContextHandler.AliasCheck> c) booleanContextHandler.AliasChecksList.addAll(Collection<? extends ContextHandler.AliasCheck> c) voidContextHandler.setAliasChecks(List<ContextHandler.AliasCheck> checks)
AllowedResourceAliasCheckerinstead.