Skip navigation links

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

E54416-01


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
ATTRIBUTE
          OPSS attribute service type.
AUDIT
          OPSS audit service type.
CONFIGURATION
          OPSS configuration service type.
CREDENTIAL_STORE
          OPSS credential store service type.
CUSTOM
           
IDENTITY_STORE
          OPSS identity store service type.
KEY_STORE
          OPSS key store service type.
LOGIN
          OPSS JAAS login service type.
PDP
          OPSS PDP service type.
PIP
          OPSS PIP service type.
POLICY_STORE
          OPSS policy store service type.
SSO
          OPSS SSO service type.
TRUST
          OPSS trust service type.

 

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
OPSS credential store service type.

POLICY_STORE

public static final ServiceType POLICY_STORE
OPSS policy store service type.

IDENTITY_STORE

public static final ServiceType IDENTITY_STORE
OPSS identity store service type.

LOGIN

public static final ServiceType LOGIN
OPSS JAAS login service type.

KEY_STORE

public static final ServiceType KEY_STORE
OPSS key store service type.

CUSTOM

public static final ServiceType CUSTOM

AUDIT

public static final ServiceType AUDIT
OPSS audit service type.

SSO

public static final ServiceType SSO
OPSS SSO service type.

TRUST

public static final ServiceType TRUST
OPSS trust service type.

PDP

public static final ServiceType PDP
OPSS PDP service type.

PIP

public static final ServiceType PIP
OPSS PIP service type.

ATTRIBUTE

public static final ServiceType ATTRIBUTE
OPSS attribute service type.

CONFIGURATION

public static final ServiceType CONFIGURATION
OPSS configuration service type.

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)

E54416-01


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