org.tynamo.security
Class FilterChainDefinition
java.lang.Object
org.tynamo.security.FilterChainDefinition
public class FilterChainDefinition
- extends 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.
FilterChainDefinition
public FilterChainDefinition(String antUrlPathExpression,
String chainDefinition)
getAntUrlPathExpression
public String getAntUrlPathExpression()
getChainDefinition
public String getChainDefinition()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2004-2012. All Rights Reserved.