com.wles.util
Class RuleParser.ActionType

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

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

Enumeration of different action types.


Field Summary
static RuleParser.ActionType PRIVILEGE
          Identifies actions which are privileges.
static RuleParser.ActionType ROLE
          Identifies actions which are roles.
 
Method Summary
 java.lang.String toString()
          Returns the action type as a string.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PRIVILEGE

public static final RuleParser.ActionType PRIVILEGE
Identifies actions which are privileges.


ROLE

public static final RuleParser.ActionType ROLE
Identifies actions which are roles.

Method Detail

toString

public java.lang.String toString()
Returns the action type as a string.



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