org.tynamo.security
Class FilterChainDefinition

java.lang.Object
  extended by 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)
           
 
Method Summary
 java.lang.String getAntUrlPathExpression()
           
 java.lang.String getChainDefinition()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FilterChainDefinition

public FilterChainDefinition(java.lang.String antUrlPathExpression,
                             java.lang.String chainDefinition)
Method Detail

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-2011. All Rights Reserved.