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.util
Class JpsBundleType

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.security.jps.util.JpsBundleType

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

public final class JpsBundleType
extends java.lang.Enum

This enum defines all the available resource bundles in JPS. The jps code must use one of these available resource bundles.

See Also:
Serialized Form

Field Summary
static JpsBundleType ADMIN
           
static JpsBundleType COMMON
           
static JpsBundleType CREDSTORE
           
static JpsBundleType IDM
           
static JpsBundleType IDSTORE
           
static JpsBundleType PATCHING
           
static JpsBundleType POLICYSTORE
           

 

Method Summary
 java.lang.String toString()
           
static JpsBundleType valueOf(java.lang.String name)
           
static JpsBundleType[] values()
           

 

Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Field Detail

CREDSTORE

public static final JpsBundleType CREDSTORE

POLICYSTORE

public static final JpsBundleType POLICYSTORE

IDSTORE

public static final JpsBundleType IDSTORE

IDM

public static final JpsBundleType IDM

COMMON

public static final JpsBundleType COMMON

ADMIN

public static final JpsBundleType ADMIN

PATCHING

public static final JpsBundleType PATCHING

Method Detail

values

public static JpsBundleType[] values()

valueOf

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum

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.