Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E54416-01


oracle.security.opss.config.persistence
Enum ServiceType

java.lang.Object
  extended by java.lang.Enum<ServiceType>
      extended by oracle.security.opss.config.persistence.ServiceType

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ServiceType>

public enum ServiceType
extends java.lang.Enum<ServiceType>

Java class for serviceType.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="serviceType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="CREDENTIAL_STORE"/>
     <enumeration value="IDENTITY_STORE"/>
     <enumeration value="LOGIN"/>
     <enumeration value="POLICY_STORE"/>
     <enumeration value="KEY_STORE"/>
     <enumeration value="CUSTOM"/>
     <enumeration value="AUDIT"/>
     <enumeration value="SSO"/>
     <enumeration value="TRUST"/>
     <enumeration value="PDP"/>
     <enumeration value="ATTRIBUTE"/>
     <enumeration value="PIP"/>
     <enumeration value="CUSTOM_PIP"/>
     <enumeration value="CONFIGURATION"/>
   </restriction>
 </simpleType>
 

Enum Constant Summary
ATTRIBUTE
           
AUDIT
           
CONFIGURATION
           
CREDENTIAL_STORE
           
CUSTOM
           
CUSTOM_PIP
           
IDENTITY_STORE
           
KEY_STORE
           
LOGIN
           
PDP
           
PIP
           
POLICY_STORE
           
SSO
           
TRUST
           

 

Method Summary
static ServiceType fromValue(java.lang.String v)
           
 java.lang.String value()
           
static ServiceType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ServiceType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

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

 

Enum Constant Detail

CREDENTIAL_STORE

public static final ServiceType CREDENTIAL_STORE

IDENTITY_STORE

public static final ServiceType IDENTITY_STORE

LOGIN

public static final ServiceType LOGIN

POLICY_STORE

public static final ServiceType POLICY_STORE

KEY_STORE

public static final ServiceType KEY_STORE

CUSTOM

public static final ServiceType CUSTOM

AUDIT

public static final ServiceType AUDIT

SSO

public static final ServiceType SSO

TRUST

public static final ServiceType TRUST

PDP

public static final ServiceType PDP

ATTRIBUTE

public static final ServiceType ATTRIBUTE

PIP

public static final ServiceType PIP

CUSTOM_PIP

public static final ServiceType CUSTOM_PIP

CONFIGURATION

public static final ServiceType CONFIGURATION

Method Detail

values

public static ServiceType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ServiceType c : ServiceType.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ServiceType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

value

public java.lang.String value()

fromValue

public static ServiceType fromValue(java.lang.String v)

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E54416-01


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