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.idm
Enum IdmTokenType

java.lang.Object
  extended by java.lang.Enum<IdmTokenType>
      extended by oracle.security.jps.service.idm.IdmTokenType

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

public enum IdmTokenType
extends java.lang.Enum<IdmTokenType>
Since:
release specific (what release of product did this appear in)
Version:
$Header: IdmTokenType.java 12-jan-2007.17:05:05 dhgoswam Exp $
Author:
dhgoswam

Enum Constant Summary
COOKIE_TOKEN
           
CUSTOM_TOKEN
           
HEADER_TOKEN
           
REQUEST_TOKEN
           

 

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

COOKIE_TOKEN

public static final IdmTokenType COOKIE_TOKEN

HEADER_TOKEN

public static final IdmTokenType HEADER_TOKEN

REQUEST_TOKEN

public static final IdmTokenType REQUEST_TOKEN

CUSTOM_TOKEN

public static final IdmTokenType CUSTOM_TOKEN

Method Detail

values

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

valueOf

public static IdmTokenType 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 Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-03


Copyright © 2010, Oracle. All rights reserved.