Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-03


oracle.security.jps.service
Class ServiceType

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

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class ServiceType
extends java.lang.Enum
See Also:
Serialized Form

Field Summary
static ServiceType ANONYMOUS
           
static ServiceType AUDIT
           
static ServiceType CREDENTIAL_STORE
           
static ServiceType CUSTOM
           
static ServiceType IDENTITY_STORE
           
static ServiceType IDM
           
static ServiceType KEY_STORE
           
static ServiceType LOGIN
           
static ServiceType POLICY_STORE
           
static ServiceType SSO
           
static ServiceType XDS_AUTHENTICATION_PROVIDER
           
static ServiceType XDS_SESSION_PROVIDER
           

 

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

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

Method Detail

values

public static ServiceType[] values()

valueOf

public static ServiceType valueOf(java.lang.String name)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-03


Copyright © 2010, Oracle. All rights reserved.