org.openpermis.policy.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


PERMIS Role Based Access Control 0.3.0 (Build 14)
2009/05/08 09:06:10
Copyright (c) 2002-2007 Ergon Informatik AG