com.bea.ales.management
Class PolicyEffectType

java.lang.Object
  |
  +--com.bea.ales.management.PolicyEffectType

public class PolicyEffectType
extends java.lang.Object

This class represents policy effect type. The possible values are GRANT, DENY and DELEGATE.


Field Summary
static PolicyEffectType ALL
          Indicate any policy.
static PolicyEffectType DELEGATE
          Indicate a delegate policy.
static PolicyEffectType DENY
          Indicate a deny policy.
static PolicyEffectType GRANT
          Indicate a grant policy.
 
Method Summary
 java.lang.String toString()
          Convert the policy effect to a string value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

GRANT

public static final PolicyEffectType GRANT
Indicate a grant policy.

DENY

public static final PolicyEffectType DENY
Indicate a deny policy.

DELEGATE

public static final PolicyEffectType DELEGATE
Indicate a delegate policy.

ALL

public static final PolicyEffectType ALL
Indicate any policy.
Method Detail

toString

public java.lang.String toString()
Convert the policy effect to a string value.

Overrides:
toString in class java.lang.Object


Copyright © 2006 BEA Systems Inc. All Rights Reserved.