Uses of Class
oracle.security.am.plugin.PluginResponse
Packages that use PluginResponse
-
Uses of PluginResponse in oracle.security.am.plugin
Methods in oracle.security.am.plugin that return PluginResponseModifier and TypeMethodDescriptionPluginContext.getResponse<wbr>(PluginAttributeContextType type, 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 PluginResponseModifier and TypeMethodDescriptionPluginContext.getAllResponses()
returns all the responses configured.PluginContext.getResponses<wbr>(PluginAttributeContextType type)
returns all the attributes for the target context.Methods in oracle.security.am.plugin with parameters of type PluginResponseModifier and TypeMethodDescriptionvoid
PluginContext.addResponse<wbr>(PluginResponse response)
Add a response to the context.