org.wamblee.security.authorization
Interface OperationCondition

All Superinterfaces:
Persistent
All Known Implementing Classes:
IsaOperationCondition

public interface OperationCondition
extends Persistent

Checks if an operation matches a condition.

Author:
Erik Brakkee

Method Summary
 boolean matches(Operation aOperation)
          Determines if the operation matches.
 
Methods inherited from interface org.wamblee.persistence.Persistent
getPersistedVersion, getPrimaryKey, setPersistedVersion, setPrimaryKey
 

Method Detail

matches

boolean matches(Operation aOperation)
Determines if the operation matches.

Parameters:
aOperation - Operation.
Returns:
True iff the operation matches.


Copyright © 2010. All Rights Reserved.