com.cafesoft.cams.oblig
Interface EvaluationResult

All Known Implementing Classes:
StandardEvaluationResult

public interface EvaluationResult

EvaluationResult defines the interface representing the result of a security component evaluation. It provides a general way to access the value returned by an evaluatable component including a possible Exception thrown by he component.

Since:
11/02/2004

Field Summary
static String ACCESS_CONTROL_RULE_EVALUATION_RESULT_TYPE
          A constant that defines the Access Control Evaluation Result Type.
 
Method Summary
 Object getResult()
          Get the evaluation result value.
 String getType()
          Get the type.
 

Field Detail

ACCESS_CONTROL_RULE_EVALUATION_RESULT_TYPE

public static final String ACCESS_CONTROL_RULE_EVALUATION_RESULT_TYPE
A constant that defines the Access Control Evaluation Result Type.

See Also:
Constant Field Values
Method Detail

getType

public String getType()
Get the type.

Returns:
the type.

getResult

public Object getResult()
Get the evaluation result value.

Returns:
the Object representing the evaluation result.


Generated on 5:16:42 PM May 12, 2008, © 1996-2005 Cafésoft LLC. All rights reserved.