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

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

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

public final class JpsCallbackType
extends java.lang.Enum
See Also:
Serialized Form

Field Summary
static JpsCallbackType JPS_ANONYMOUS_CALLBACK
           
static JpsCallbackType JPS_CONTEXT_CALLBACK
           
static JpsCallbackType JPS_HTTP_DIGEST_CALLBACK
           
static JpsCallbackType JPS_HTTP_DIGEST_RESPONSE_CALLBACK
           
static JpsCallbackType JPS_HTTP_REQUEST_CALLBACK
           
static JpsCallbackType JPS_HTTP_RESPONSE_CALLBACK
           
static JpsCallbackType JPS_IDENTITY_CALLBACK
           
static JpsCallbackType JPS_IDENTITY_STORE_CALLBACK
           
static JpsCallbackType JPS_IDM_USER_CALLBACK
           
static JpsCallbackType JPS_OAM_RESOURCE_CALLBACK
           
static JpsCallbackType JPS_SAML_CALLBACK
           
static JpsCallbackType JPS_SAML2_CALLBACK
           
static JpsCallbackType JPS_TOKEN_CALLBACK
           
static JpsCallbackType JPS_WSS_DIGEST_CALLBACK
           
static JpsCallbackType JPS_X509_CALLBACK
           

 

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

JPS_CONTEXT_CALLBACK

public static final JpsCallbackType JPS_CONTEXT_CALLBACK

JPS_IDENTITY_CALLBACK

public static final JpsCallbackType JPS_IDENTITY_CALLBACK

JPS_ANONYMOUS_CALLBACK

public static final JpsCallbackType JPS_ANONYMOUS_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_HTTP_DIGEST_CALLBACK

public static final JpsCallbackType JPS_HTTP_DIGEST_CALLBACK

JPS_HTTP_DIGEST_RESPONSE_CALLBACK

public static final JpsCallbackType JPS_HTTP_DIGEST_RESPONSE_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_HTTP_REQUEST_CALLBACK

public static final JpsCallbackType JPS_HTTP_REQUEST_CALLBACK

JPS_HTTP_RESPONSE_CALLBACK

public static final JpsCallbackType JPS_HTTP_RESPONSE_CALLBACK

JPS_OAM_RESOURCE_CALLBACK

public static final JpsCallbackType JPS_OAM_RESOURCE_CALLBACK

JPS_TOKEN_CALLBACK

public static final JpsCallbackType JPS_TOKEN_CALLBACK

Method Detail

values

public static JpsCallbackType[] values()

valueOf

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