Skip navigation links


oracle.iam.policyengine.vo
Class Rule.ForeignAttribute

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.iam.policyengine.vo.Rule.ForeignAttribute

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

public static final class Rule.ForeignAttribute
extends java.lang.Enum
See Also:
Serialized Form

Field Summary
 java.lang.String attributeName
           
static Rule.ForeignAttribute OWNER_DISPLAY_NAME
           
static Rule.ForeignAttribute OWNER_EMAIL
           
static Rule.ForeignAttribute OWNER_FIRST_NAME
           
static Rule.ForeignAttribute OWNER_LAST_NAME
           
static Rule.ForeignAttribute OWNER_LOGIN_NAME
           

 

Method Summary
static Rule.ForeignAttribute valueOf(java.lang.String name)
           
static Rule.ForeignAttribute[] 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

OWNER_FIRST_NAME

public static final Rule.ForeignAttribute OWNER_FIRST_NAME

OWNER_LAST_NAME

public static final Rule.ForeignAttribute OWNER_LAST_NAME

OWNER_DISPLAY_NAME

public static final Rule.ForeignAttribute OWNER_DISPLAY_NAME

OWNER_EMAIL

public static final Rule.ForeignAttribute OWNER_EMAIL

OWNER_LOGIN_NAME

public static final Rule.ForeignAttribute OWNER_LOGIN_NAME

attributeName

public final java.lang.String attributeName

Method Detail

values

public static Rule.ForeignAttribute[] values()

valueOf

public static Rule.ForeignAttribute valueOf(java.lang.String name)

Skip navigation links


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