public class AuthenticationUtils extends Object
| Constructor and Description |
|---|
AuthenticationUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addAuthenticationFilterChain(org.eclipse.jetty.servlet.ServletContextHandler root,
List<Authenticator> authenticators) |
static void |
addNoopAuthorizationFilters(org.eclipse.jetty.servlet.ServletContextHandler root,
List<String> unsecuredPaths) |
static void |
addPreResponseAuthorizationCheckFilter(org.eclipse.jetty.servlet.ServletContextHandler root,
List<Authenticator> authenticators,
com.fasterxml.jackson.databind.ObjectMapper jsonMapper) |
static void |
addSecuritySanityCheckFilter(org.eclipse.jetty.servlet.ServletContextHandler root,
com.fasterxml.jackson.databind.ObjectMapper jsonMapper) |
public static void addAuthenticationFilterChain(org.eclipse.jetty.servlet.ServletContextHandler root,
List<Authenticator> authenticators)
public static void addNoopAuthorizationFilters(org.eclipse.jetty.servlet.ServletContextHandler root,
List<String> unsecuredPaths)
public static void addSecuritySanityCheckFilter(org.eclipse.jetty.servlet.ServletContextHandler root,
com.fasterxml.jackson.databind.ObjectMapper jsonMapper)
public static void addPreResponseAuthorizationCheckFilter(org.eclipse.jetty.servlet.ServletContextHandler root,
List<Authenticator> authenticators,
com.fasterxml.jackson.databind.ObjectMapper jsonMapper)
Copyright © 2011–2018. All rights reserved.