Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E54416-01


oracle.security.opss.service.config
Class CustomizationCallback

java.lang.Object
  extended by oracle.security.opss.service.config.CustomizationCallback

All Implemented Interfaces:
javax.security.auth.callback.Callback

public class CustomizationCallback
extends java.lang.Object
implements javax.security.auth.callback.Callback

A Callback which can be handled by the Application supplied CallbackHandlers. It provides access to the Base Configuration Document which the Application can then customize. The type of operations allowed on the Document are limited to the following :

Any operations other than the ones above are bound to cause the Customization Transaction to Fail with an Exception. Upon successful application of the Customizations a delta of the customizations performed on the base document are stored persistently in the Configuration Repository


Constructor Summary
CustomizationCallback(org.w3c.dom.Document doc, java.lang.String ctxt)
           

 

Method Summary
 org.w3c.dom.Document getBaseDocument()
           
 java.lang.String getContextId()
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

CustomizationCallback

public CustomizationCallback(org.w3c.dom.Document doc,
                             java.lang.String ctxt)

Method Detail

getBaseDocument

public org.w3c.dom.Document getBaseDocument()
Returns:
the base document that the CallbackHandler can then Customize.

getContextId

public java.lang.String getContextId()

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E54416-01


Copyright © 2011, 2015, Oracle and/or its affiliates. All rights reserved.