org.wamblee.security.authorization
Interface UserCondition

All Superinterfaces:
Persistent
All Known Implementing Classes:
AnyUserCondition, GroupUserCondition

public interface UserCondition
extends Persistent

Condition used to match a user against a specified set of users.

Author:
Erik Brakkee

Method Summary
 boolean matches(User aUser)
          Determines if the condition matches.
 
Methods inherited from interface org.wamblee.persistence.Persistent
getPersistedVersion, getPrimaryKey, setPersistedVersion, setPrimaryKey
 

Method Detail

matches

boolean matches(User aUser)
Determines if the condition matches.

Parameters:
aUser - user to check.
Returns:
True if the condition matches, false otherwise.


Copyright © 2010. All Rights Reserved.