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.callback
Enum JpsCallbackType

java.lang.Object
  extended by java.lang.Enum<JpsCallbackType>
      extended by oracle.security.jps.callback.JpsCallbackType

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

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

Enum Constant Summary
JPS_IDENTITY_CALLBACK
           
JPS_IDENTITY_STORE_CALLBACK
           
JPS_IDM_USER_CALLBACK
           
JPS_SAML_CALLBACK
           
JPS_SAML2_CALLBACK
           
JPS_TOKEN_CALLBACK
           
JPS_WSS_DIGEST_CALLBACK
           
JPS_X509_CALLBACK
           

 

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

JPS_IDENTITY_CALLBACK

public static final JpsCallbackType JPS_IDENTITY_CALLBACK

JPS_IDENTITY_STORE_CALLBACK

public static final JpsCallbackType JPS_IDENTITY_STORE_CALLBACK

JPS_X509_CALLBACK

public static final JpsCallbackType JPS_X509_CALLBACK

JPS_SAML_CALLBACK

public static final JpsCallbackType JPS_SAML_CALLBACK

JPS_SAML2_CALLBACK

public static final JpsCallbackType JPS_SAML2_CALLBACK

JPS_WSS_DIGEST_CALLBACK

public static final JpsCallbackType JPS_WSS_DIGEST_CALLBACK

JPS_IDM_USER_CALLBACK

public static final JpsCallbackType JPS_IDM_USER_CALLBACK

JPS_TOKEN_CALLBACK

public static final JpsCallbackType JPS_TOKEN_CALLBACK

Method Detail

values

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

valueOf

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