com.wles.util
Class RuleParser.Effect

java.lang.Object
  extended bycom.wles.util.RuleParser.Effect
Enclosing class:
RuleParser

public static class RuleParser.Effect
extends java.lang.Object

Class represnetation for the effect portion of a rule.


Field Summary
static RuleParser.Effect DELEGATE
          DELEGATE effect type
static RuleParser.Effect DENY
          DENY effect type
static RuleParser.Effect GRANT
          GRANT effect type
 
Method Summary
static RuleParser.Effect parse(java.lang.String effect)
          Parse the supplied string as a rule effect.
 java.lang.String toString()
          Returns the rule effect as a String.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DELEGATE

public static final RuleParser.Effect DELEGATE
DELEGATE effect type


DENY

public static final RuleParser.Effect DENY
DENY effect type


GRANT

public static final RuleParser.Effect GRANT
GRANT effect type

Method Detail

parse

public static RuleParser.Effect parse(java.lang.String effect)
                               throws RuleParser.ParsingException
Parse the supplied string as a rule effect.

Throws:
RuleParser.ParsingException

toString

public java.lang.String toString()
Returns the rule effect as a String.



Copyright © 2004-2008, Oracle and/or its affiliates. All rights reserved.