org.wamblee.security.authorization
Interface PathCondition

All Superinterfaces:
Persistent
All Known Implementing Classes:
RegexpPathCondition, StartsWithPathCondition

public interface PathCondition
extends Persistent

Checks if a path satisfies a condition.

Author:
Erik Brakkee

Method Summary
 boolean matches(java.lang.String aPath)
          Checks if the path matches the condition.
 
Methods inherited from interface org.wamblee.persistence.Persistent
getPersistedVersion, getPrimaryKey, setPersistedVersion, setPrimaryKey
 

Method Detail

matches

boolean matches(java.lang.String aPath)
Checks if the path matches the condition.

Parameters:
aPath - Path to match.
Returns:
True iff the path matches.


Copyright © 2010. All Rights Reserved.