Skip navigation links

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

E14650-06


oracle.security.jps.util
Enum JpsBundleType

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

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

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

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


Enum Constant Summary
ADMIN
           
ATTRIBUTE
           
AUDIT
           
COMMON
           
CREDSTORE
           
IDM
           
IDSTORE
           
KEYSTORE
           
OPENAZ
           
PATCHING
           
POLICYSTORE
           
TRUST
           

 

Method Summary
 java.lang.String toString()
           
static JpsBundleType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JpsBundleType[] 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, valueOf

 

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

 

Enum Constant Detail

CREDSTORE

public static final JpsBundleType CREDSTORE

POLICYSTORE

public static final JpsBundleType POLICYSTORE

IDSTORE

public static final JpsBundleType IDSTORE

KEYSTORE

public static final JpsBundleType KEYSTORE

IDM

public static final JpsBundleType IDM

COMMON

public static final JpsBundleType COMMON

ADMIN

public static final JpsBundleType ADMIN

PATCHING

public static final JpsBundleType PATCHING

TRUST

public static final JpsBundleType TRUST

OPENAZ

public static final JpsBundleType OPENAZ

AUDIT

public static final JpsBundleType AUDIT

ATTRIBUTE

public static final JpsBundleType ATTRIBUTE

Method Detail

values

public static JpsBundleType[] 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 (JpsBundleType c : JpsBundleType.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static JpsBundleType 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

toString

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

Skip navigation links

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

E14650-06


Copyright © 2013 Oracle. All rights reserved.