Uses of Interface
org.eclipse.jetty.server.handler.ContextHandler.AliasCheck
-
Packages that use ContextHandler.AliasCheck Package Description org.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.handler Jetty Server : Core Handler API -
-
Uses of ContextHandler.AliasCheck in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement ContextHandler.AliasCheck Modifier and Type Class Description classAllowedResourceAliasCheckerThis 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.classSameFileAliasCheckerDeprecated.useAllowedResourceAliasCheckerinstead.classSymlinkAllowedResourceAliasCheckerAn 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.AliasCheck Modifier and Type Class Description classAllowSymLinkAliasCheckerDeprecated.useSymlinkAllowedResourceAliasCheckerinstead.static classContextHandler.ApproveAliasesDeprecated.static classContextHandler.ApproveNonExistentDirectoryAliasesDeprecated.Fields in org.eclipse.jetty.server.handler with type parameters of type ContextHandler.AliasCheck Modifier and Type Field Description private java.util.List<ContextHandler.AliasCheck>ContextHandler. _aliasChecksMethods in org.eclipse.jetty.server.handler that return ContextHandler.AliasCheck Modifier and Type Method Description ContextHandler.AliasCheckContextHandler.AliasChecksList. get(int index)ContextHandler.AliasCheckContextHandler.AliasChecksList. remove(int index)ContextHandler.AliasCheckContextHandler.AliasChecksList. set(int index, ContextHandler.AliasCheck element)Methods in org.eclipse.jetty.server.handler that return types with arguments of type ContextHandler.AliasCheck Modifier and Type Method Description java.util.List<ContextHandler.AliasCheck>ContextHandler. getAliasChecks()java.util.Iterator<ContextHandler.AliasCheck>ContextHandler.AliasChecksList. iterator()java.util.ListIterator<ContextHandler.AliasCheck>ContextHandler.AliasChecksList. listIterator()java.util.ListIterator<ContextHandler.AliasCheck>ContextHandler.AliasChecksList. listIterator(int index)java.util.List<ContextHandler.AliasCheck>ContextHandler.AliasChecksList. subList(int fromIndex, int toIndex)Methods in org.eclipse.jetty.server.handler with parameters of type ContextHandler.AliasCheck Modifier and Type Method Description voidContextHandler.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.AliasCheckContextHandler.AliasChecksList. set(int index, ContextHandler.AliasCheck element)Method parameters in org.eclipse.jetty.server.handler with type arguments of type ContextHandler.AliasCheck Modifier and Type Method Description booleanContextHandler.AliasChecksList. addAll(int index, java.util.Collection<? extends ContextHandler.AliasCheck> c)booleanContextHandler.AliasChecksList. addAll(java.util.Collection<? extends ContextHandler.AliasCheck> c)voidContextHandler. setAliasChecks(java.util.List<ContextHandler.AliasCheck> checks)
-