Skip navigation links


oracle.iam.policyengine.vo
Class PolicyConstants.RequestPathElementAttribute

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.iam.policyengine.vo.PolicyConstants.RequestPathElementAttribute

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
PolicyConstants

public static final class PolicyConstants.RequestPathElementAttribute
extends java.lang.Enum
See Also:
Serialized Form

Field Summary
static PolicyConstants.RequestPathElementAttribute IS_CERT_REQUEST
           

 

Method Summary
 java.lang.String getDisplayName()
           
 java.lang.String getName()
           
 PolicyConstants.OperatorType getOperatorType()
           
static PolicyConstants.RequestPathElementAttribute valueOf(java.lang.String name)
           
static PolicyConstants.RequestPathElementAttribute[] values()
           

 

Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Field Detail

IS_CERT_REQUEST

public static final PolicyConstants.RequestPathElementAttribute IS_CERT_REQUEST

Method Detail

values

public static PolicyConstants.RequestPathElementAttribute[] values()

valueOf

public static PolicyConstants.RequestPathElementAttribute valueOf(java.lang.String name)

getName

public java.lang.String getName()

getDisplayName

public java.lang.String getDisplayName()

getOperatorType

public PolicyConstants.OperatorType getOperatorType()

Skip navigation links


Copyright © 2015, Oracle and/or its affiliates. All rights reserved.