org.tynamo.security
Class FilterChainDefinition
java.lang.Object
org.tynamo.security.FilterChainDefinition
public class FilterChainDefinition
- extends java.lang.Object
key/value pair
The key/value pair must conform to the format defined by the FilterChainManager#createChain(String,String)
JavaDoc - the property key is an ant URL path expression and the value is the comma-delimited chain definition.
|
Constructor Summary |
FilterChainDefinition(java.lang.String antUrlPathExpression,
java.lang.String chainDefinition)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FilterChainDefinition
public FilterChainDefinition(java.lang.String antUrlPathExpression,
java.lang.String chainDefinition)
getAntUrlPathExpression
public java.lang.String getAntUrlPathExpression()
getChainDefinition
public java.lang.String getChainDefinition()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2004-2012. All Rights Reserved.