Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


oracle.security.jps.az.service
Enum PIPService.PIPType

java.lang.Object
  extended by java.lang.Enum<PIPService.PIPType>
      extended by oracle.security.jps.az.service.PIPService.PIPType

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<PIPService.PIPType>
Enclosing interface:
PIPService

public static enum PIPService.PIPType
extends java.lang.Enum<PIPService.PIPType>

Policy Information Point type represented by the service


Enum Constant Summary
CUSTOM_PIP
          Custom PIP
LDAP_PIP
          OOTB LDAP PIP
RDBMS_PIP
          OOTB RDBMS PIP

 

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

CUSTOM_PIP

public static final PIPService.PIPType CUSTOM_PIP
Custom PIP

RDBMS_PIP

public static final PIPService.PIPType RDBMS_PIP
OOTB RDBMS PIP

LDAP_PIP

public static final PIPService.PIPType LDAP_PIP
OOTB LDAP PIP

Method Detail

values

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

valueOf

public static PIPService.PIPType 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 Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


Copyright © 2011, Oracle. All rights reserved.