org.openpermis.policy.bean.basic.predicate
Interface Value<T>

Type Parameters:
T - value type.
All Known Implementing Classes:
Argument, Constant, CurrentTime, TimeConstant

public interface Value<T>

A value can be evaluated.

Since:
0.1.0

Method Summary
 Class<?> getType()
           
 boolean isMatchable(Map<String,Class<?>> arguments)
           
 T valueOf(TimeStamp timeStamp, Map<String,?> arguments)
          Returns the enclosed value.
 

Method Detail

getType

Class<?> getType()
Since:
0.1.0

valueOf

T valueOf(TimeStamp timeStamp,
          Map<String,?> arguments)
Returns the enclosed value.

Since:
0.1.0

isMatchable

boolean isMatchable(Map<String,Class<?>> arguments)
Since:
0.3.0


OpenPermis Role Based Access Control 0.9.0 (Build 16)
2009/08/13 07:16:59
Copyright (c) 2002-2007 Ergon Informatik AG