Skip navigation links


oracle.iam.platform.authopss.api
Class PolicyConstants.SubjectSecurityAttributes

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.iam.platform.authopss.api.PolicyConstants.SubjectSecurityAttributes

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

public static final class PolicyConstants.SubjectSecurityAttributes
extends java.lang.Enum

enum for the subject's security attributes.

See Also:
Serialized Form

Field Summary
static PolicyConstants.SubjectSecurityAttributes ENV_SUBJECT_HOME_ORGS
           
static PolicyConstants.SubjectSecurityAttributes ENV_SUBJECT_HOME_ORGS_WITH_PARENTS
           
static PolicyConstants.SubjectSecurityAttributes ENV_SUBJECT_MANAGERKEY
           
static PolicyConstants.SubjectSecurityAttributes ENV_SUBJECT_USERKEY
           

 

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

ENV_SUBJECT_USERKEY

public static final PolicyConstants.SubjectSecurityAttributes ENV_SUBJECT_USERKEY

ENV_SUBJECT_MANAGERKEY

public static final PolicyConstants.SubjectSecurityAttributes ENV_SUBJECT_MANAGERKEY

ENV_SUBJECT_HOME_ORGS

public static final PolicyConstants.SubjectSecurityAttributes ENV_SUBJECT_HOME_ORGS

ENV_SUBJECT_HOME_ORGS_WITH_PARENTS

public static final PolicyConstants.SubjectSecurityAttributes ENV_SUBJECT_HOME_ORGS_WITH_PARENTS

Method Detail

values

public static PolicyConstants.SubjectSecurityAttributes[] values()

valueOf

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

getId

public java.lang.String getId()

Skip navigation links


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