Package | Description |
---|---|
org.apache.shiro.guice.web |
Modifier and Type | Method and Description |
---|---|
protected static <T extends javax.servlet.Filter> |
ShiroWebModule.filterConfig(Class<T> type,
String configValue)
Builds a FilterConfig from a Filer and configuration String
|
protected static <T extends javax.servlet.Filter> |
ShiroWebModule.filterConfig(com.google.inject.Key<T> baseKey)
Builds a FilterConfig from a Filer and configuration String
|
protected static <T extends javax.servlet.Filter> |
ShiroWebModule.filterConfig(com.google.inject.Key<T> baseKey,
String configValue)
Builds a FilterConfig from a Filer and configuration String
|
protected static <T extends javax.servlet.Filter> |
ShiroWebModule.filterConfig(com.google.inject.TypeLiteral<T> typeLiteral,
String configValue)
Builds a FilterConfig from a Filer and configuration String
|
Modifier and Type | Method and Description |
---|---|
protected void |
ShiroWebModule.addFilterChain(String pattern,
ShiroWebModule.FilterConfig<? extends javax.servlet.Filter>... filterConfigs)
Maps 'n' number of
filterConfig s to a specific path pattern. |
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.