Skip navigation links


oracle.iam.identity.orgmgmt.api
Class OrganizationManagerConstants.ErrorCodes

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.iam.identity.orgmgmt.api.OrganizationManagerConstants.ErrorCodes

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

public static final class OrganizationManagerConstants.ErrorCodes
extends java.lang.Enum
See Also:
Serialized Form

Field Summary
static OrganizationManagerConstants.ErrorCodes ORG_ALREADY_DELETED
           
static OrganizationManagerConstants.ErrorCodes ORG_DELETE_FAILED
           
static OrganizationManagerConstants.ErrorCodes ORG_DELETE_FAILED_NOT_AUTHORIZED
           
static OrganizationManagerConstants.ErrorCodes ORG_DELETE_FAILED_SUB_ORGS_EXIST
           
static OrganizationManagerConstants.ErrorCodes ORG_DELETE_FAILED_SUB_ORGS_USERS_EXIST
           
static OrganizationManagerConstants.ErrorCodes ORG_DELETE_FAILED_USERS_EXIST
           
static OrganizationManagerConstants.ErrorCodes ORG_DISABLE_FAILED
           
static OrganizationManagerConstants.ErrorCodes ORG_DISABLE_FAILED_NOT_AUTHORIZED
           
static OrganizationManagerConstants.ErrorCodes ORG_DISABLE_FAILED_STATUS_DELETED
           
static OrganizationManagerConstants.ErrorCodes ORG_DISABLE_FAILED_SUB_ORGS_EXIST
           
static OrganizationManagerConstants.ErrorCodes ORG_DISABLE_FAILED_SUB_ORGS_USERS_EXIST
           
static OrganizationManagerConstants.ErrorCodes ORG_DISABLE_FAILED_USERS_EXIST
           
static OrganizationManagerConstants.ErrorCodes ORG_ENABLE_FAILED
           
static OrganizationManagerConstants.ErrorCodes ORG_ENABLE_FAILED_NOT_AUTHORIZED
           
static OrganizationManagerConstants.ErrorCodes ORG_ENABLE_FAILED_STATUS_DELETED
           
static OrganizationManagerConstants.ErrorCodes ORG_NOT_FOUND
           
static OrganizationManagerConstants.ErrorCodes ORGS_NOT_FOUND
           
static OrganizationManagerConstants.ErrorCodes RESOURCE_DISABLE_FAILED
           
static OrganizationManagerConstants.ErrorCodes RESOURCE_ENABLE_FAILED
           
static OrganizationManagerConstants.ErrorCodes RESOURCE_NOT_FOUND
           
static OrganizationManagerConstants.ErrorCodes RESOURCE_REMOVE_FAILED
           

 

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

ORG_DELETE_FAILED

public static final OrganizationManagerConstants.ErrorCodes ORG_DELETE_FAILED

ORG_ALREADY_DELETED

public static final OrganizationManagerConstants.ErrorCodes ORG_ALREADY_DELETED

ORG_DELETE_FAILED_SUB_ORGS_EXIST

public static final OrganizationManagerConstants.ErrorCodes ORG_DELETE_FAILED_SUB_ORGS_EXIST

ORG_DELETE_FAILED_USERS_EXIST

public static final OrganizationManagerConstants.ErrorCodes ORG_DELETE_FAILED_USERS_EXIST

ORG_DELETE_FAILED_SUB_ORGS_USERS_EXIST

public static final OrganizationManagerConstants.ErrorCodes ORG_DELETE_FAILED_SUB_ORGS_USERS_EXIST

ORG_DELETE_FAILED_NOT_AUTHORIZED

public static final OrganizationManagerConstants.ErrorCodes ORG_DELETE_FAILED_NOT_AUTHORIZED

ORG_DISABLE_FAILED

public static final OrganizationManagerConstants.ErrorCodes ORG_DISABLE_FAILED

ORG_DISABLE_FAILED_STATUS_DELETED

public static final OrganizationManagerConstants.ErrorCodes ORG_DISABLE_FAILED_STATUS_DELETED

ORG_DISABLE_FAILED_SUB_ORGS_EXIST

public static final OrganizationManagerConstants.ErrorCodes ORG_DISABLE_FAILED_SUB_ORGS_EXIST

ORG_DISABLE_FAILED_USERS_EXIST

public static final OrganizationManagerConstants.ErrorCodes ORG_DISABLE_FAILED_USERS_EXIST

ORG_DISABLE_FAILED_SUB_ORGS_USERS_EXIST

public static final OrganizationManagerConstants.ErrorCodes ORG_DISABLE_FAILED_SUB_ORGS_USERS_EXIST

ORG_DISABLE_FAILED_NOT_AUTHORIZED

public static final OrganizationManagerConstants.ErrorCodes ORG_DISABLE_FAILED_NOT_AUTHORIZED

ORG_ENABLE_FAILED

public static final OrganizationManagerConstants.ErrorCodes ORG_ENABLE_FAILED

ORG_ENABLE_FAILED_STATUS_DELETED

public static final OrganizationManagerConstants.ErrorCodes ORG_ENABLE_FAILED_STATUS_DELETED

ORG_ENABLE_FAILED_NOT_AUTHORIZED

public static final OrganizationManagerConstants.ErrorCodes ORG_ENABLE_FAILED_NOT_AUTHORIZED

ORG_NOT_FOUND

public static final OrganizationManagerConstants.ErrorCodes ORG_NOT_FOUND

RESOURCE_NOT_FOUND

public static final OrganizationManagerConstants.ErrorCodes RESOURCE_NOT_FOUND

RESOURCE_ENABLE_FAILED

public static final OrganizationManagerConstants.ErrorCodes RESOURCE_ENABLE_FAILED

RESOURCE_DISABLE_FAILED

public static final OrganizationManagerConstants.ErrorCodes RESOURCE_DISABLE_FAILED

RESOURCE_REMOVE_FAILED

public static final OrganizationManagerConstants.ErrorCodes RESOURCE_REMOVE_FAILED

ORGS_NOT_FOUND

public static final OrganizationManagerConstants.ErrorCodes ORGS_NOT_FOUND

Method Detail

values

public static OrganizationManagerConstants.ErrorCodes[] values()

valueOf

public static OrganizationManagerConstants.ErrorCodes valueOf(java.lang.String name)

Skip navigation links


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