com.bea.ales.management
Class PolicyType

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

public class PolicyType
extends java.lang.Object

This class represents ALES policy type. The possible policy type is AUTHORIZATION_POLICY or MEMBERSHIP_RULE.


Field Summary
static PolicyType AUTHORIZATION_POLICY
          Indicate an authorization policy.
static PolicyType MEMBERSHIP_RULE
          Indicates a membership rule.
 
Method Summary
 java.lang.String toString()
          Convert the policy type to a string value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

AUTHORIZATION_POLICY

public static final PolicyType AUTHORIZATION_POLICY
Indicate an authorization policy.

MEMBERSHIP_RULE

public static final PolicyType MEMBERSHIP_RULE
Indicates a membership rule.
Method Detail

toString

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

Overrides:
toString in class java.lang.Object


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