com.bea.ales.management
Class PolicyQuery.ResultType

java.lang.Object
  |
  +--com.bea.ales.management.PolicyQuery.ResultType

public static class PolicyQuery.ResultType
extends java.lang.Object

This class represents the result type of a policy query. The possible values is FLAT_RULE_RESULT or COMPOUND_RULE_RESULT. One policy may be defined to have several actions, subjects and resources. With compound result type on the policy query, this policy still be presented as one policy. With flat result type on the policy query, this policy will be presented as several simple policies which altoghter have same result with original one. Simple policy here means one policy only have one action, one subject and one resources.


Field Summary
static PolicyQuery.ResultType COMPOUND_RULE_RESULT
          Indicate the result type of policy query is compound.
static PolicyQuery.ResultType FLAT_RULE_RESULT
          Indicate the result type of policy query is flat.
 
Method Summary
 java.lang.String toString()
          Convert the result type of policy query to a text value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

FLAT_RULE_RESULT

public static final PolicyQuery.ResultType FLAT_RULE_RESULT
Indicate the result type of policy query is flat.

COMPOUND_RULE_RESULT

public static final PolicyQuery.ResultType COMPOUND_RULE_RESULT
Indicate the result type of policy query is compound.
Method Detail

toString

public java.lang.String toString()
Convert the result type of policy query to a text value.

Overrides:
toString in class java.lang.Object


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