org.tynamo.security
Class FilterChainDefinition

java.lang.Object
  extended by 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.


Constructor Summary
FilterChainDefinition(String antUrlPathExpression, String chainDefinition)
           
 
Method Summary
 String getAntUrlPathExpression()
           
 String getChainDefinition()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FilterChainDefinition

public FilterChainDefinition(String antUrlPathExpression,
                             String chainDefinition)
Method Detail

getAntUrlPathExpression

public String getAntUrlPathExpression()

getChainDefinition

public String getChainDefinition()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2011. All Rights Reserved.