Skip navigation links

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

E14650-05


oracle.security.jps.service.policystore
Enum PolicyStoreType

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

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

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

Class the defines the various policy storage types.

Since:
release specific (what release of product did this appear in)
Version:
$Header: jazn/jps/src/jps-api/oracle/security/jps/service/policystore/PolicyStoreType.java /main/8 2010/09/16 03:25:18 lelai Exp $

Enum Constant Summary
DB_DERBY
          OZ Apache Derby DB Policy Store
OID
          LDAP based Policy Store.
OVD
          OVD based Policy Store.
XDS
          Deprecated.  
XML
          XML based Policy Store.

 

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

OID

public static final PolicyStoreType OID
LDAP based Policy Store.

OVD

public static final PolicyStoreType OVD
OVD based Policy Store.

DB_DERBY

public static final PolicyStoreType DB_DERBY
OZ Apache Derby DB Policy Store
Since:
OES 11gR1 PS1

XML

public static final PolicyStoreType XML
XML based Policy Store.

XDS

public static final PolicyStoreType XDS
Deprecated. 
eXtensible Data Security based Policy Store.

Method Detail

values

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

valueOf

public static PolicyStoreType 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 Platform Security Services
11g Release 1 (11.1.1)

E14650-05


Copyright © 2011, Oracle. All rights reserved.