Skip navigation links

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

E27155-03


oracle.security.jps.service
Enum ServiceType

java.lang.Object
  extended by java.lang.Enum<ServiceType>
      extended by oracle.security.jps.service.ServiceType

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

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

Enum Constant Summary
ANONYMOUS
           
ATTRIBUTE
           
AUDIT
           
CREDENTIAL_STORE
           
CUSTOM
           
IDENTITY_STORE
           
IDM
           
IGF_STORE
           
KEY_STORE
           
LOGIN
           
PDP
           
PIP
           
POLICY_STORE
           
SSO
           
TRUST
           
XDS_AUTHENTICATION_PROVIDER
           
XDS_SESSION_PROVIDER
           

 

Method Summary
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

POLICY_STORE

public static final ServiceType POLICY_STORE

IDENTITY_STORE

public static final ServiceType IDENTITY_STORE

ANONYMOUS

public static final ServiceType ANONYMOUS

LOGIN

public static final ServiceType LOGIN

KEY_STORE

public static final ServiceType KEY_STORE

IDM

public static final ServiceType IDM

CUSTOM

public static final ServiceType CUSTOM

XDS_AUTHENTICATION_PROVIDER

public static final ServiceType XDS_AUTHENTICATION_PROVIDER

XDS_SESSION_PROVIDER

public static final ServiceType XDS_SESSION_PROVIDER

AUDIT

public static final ServiceType AUDIT

SSO

public static final ServiceType SSO

TRUST

public static final ServiceType TRUST

PDP

public static final ServiceType PDP

PIP

public static final ServiceType PIP

IGF_STORE

public static final ServiceType IGF_STORE

ATTRIBUTE

public static final ServiceType ATTRIBUTE

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

Skip navigation links

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

E27155-03


Copyright © 2011, 2013 Oracle. All rights reserved.