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.policystore
Class PolicyStoreType

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

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

public final class PolicyStoreType
extends java.lang.Enum

Class the defines the various policy storage types.

Since:
release specific (what release of product did this appear in)
See Also:
Serialized Form

Field Summary
static PolicyStoreType OID
          LDAP based Policy Store.
static PolicyStoreType OVD
          OVD based Policy Store.
static PolicyStoreType OZDB_ORACLE
          OZ ORACLE DB Policy Store
static PolicyStoreType XDS
          eXtensible Data Security based Policy Store.
static PolicyStoreType XML
          XML based Policy Store.

 

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

OID

public static final PolicyStoreType OID
LDAP based Policy Store.

OVD

public static final PolicyStoreType OVD
OVD based Policy Store.

OZDB_ORACLE

public static final PolicyStoreType OZDB_ORACLE
OZ ORACLE DB Policy Store

XML

public static final PolicyStoreType XML
XML based Policy Store.

XDS

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

Method Detail

values

public static PolicyStoreType[] values()

valueOf

public static PolicyStoreType 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.