|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.server.dispatch.FilterChainBuilder
com.caucho.server.security.ConstraintManager
public class ConstraintManager
Manages security constraint.
Constructor Summary | |
---|---|
ConstraintManager()
|
Method Summary | |
---|---|
void |
addConstraint(SecurityConstraint constraint)
|
FilterChain |
build(FilterChain next,
Invocation invocation)
Builds a filter chain dynamically based on the invocation. |
FilterChainBuilder |
getFilterBuilder()
|
boolean |
hasConstraintForUrlPattern(java.lang.String pattern)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConstraintManager()
Method Detail |
---|
public void addConstraint(SecurityConstraint constraint)
public FilterChainBuilder getFilterBuilder()
public FilterChain build(FilterChain next, Invocation invocation)
build
in class FilterChainBuilder
next
- the next filter in the chain.invocation
- the request's invocation.public boolean hasConstraintForUrlPattern(java.lang.String pattern)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |