Package oracle.iam.policyengine.vo.conditions


package oracle.iam.policyengine.vo.conditions
  • Class
    Description
    AbstractCondition Top level class for a condition that implements the EvaluationCondition interface - it can be evaluated as true or false based on a set of facts (the input ValueObject).
    Class to represent a list when doing rule evalutions with generated output
    Interface for a condition that can be evaluated against facts.
    StringTokenizerTS A thread-safe string tokenizer class that uses StringTokenizer to tokenize the input string and build a list of tokens.