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.
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 |
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.
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.