Skip navigation links

Oracle Access Manager Extensibility Java API Reference
11g Release 1 (11.1.1.5)

E22473-01


Uses of Class
oracle.security.am.plugin.PluginResponse

Packages that use PluginResponse
oracle.security.am.plugin Package holds general plugin interfaces. 

 

Uses of PluginResponse in oracle.security.am.plugin

 

Methods in oracle.security.am.plugin that return PluginResponse
 PluginResponse PluginContext.getResponse(PluginAttributeContextType type, java.lang.String name)
          returns the attributes for the target context and the name.

 

Methods in oracle.security.am.plugin that return types with arguments of type PluginResponse
 java.util.List<PluginResponse> PluginContext.getAllResponses()
          returns all the responses configured.
 java.util.List<PluginResponse> PluginContext.getResponses(PluginAttributeContextType type)
          returns all the attributes for the target context.

 

Methods in oracle.security.am.plugin with parameters of type PluginResponse
 void PluginContext.addResponse(PluginResponse response)
          Add a response to the context.

 


Skip navigation links

Oracle Access Manager Extensibility Java API Reference
11g Release 1 (11.1.1.5)

E22473-01


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