Skip navigation links

Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager
11g Release 2 (11.1.2)

E27137-01


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

Packages that use PluginAttributeContextType
oracle.security.am.plugin   

 

Uses of PluginAttributeContextType in oracle.security.am.plugin

 

Fields in oracle.security.am.plugin declared as PluginAttributeContextType
protected  PluginAttributeContextType PluginResponse.type
          The type.

 

Methods in oracle.security.am.plugin that return PluginAttributeContextType
 PluginAttributeContextType PluginResponse.getType()
          get the attribute context type.
static PluginAttributeContextType PluginAttributeContextType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PluginAttributeContextType[] PluginAttributeContextType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.security.am.plugin with parameters of type PluginAttributeContextType
 PluginResponse PluginContext.getResponse(PluginAttributeContextType type, java.lang.String name)
          returns the attributes for the target context and the name.
 java.util.List<PluginResponse> PluginContext.getResponses(PluginAttributeContextType type)
          returns all the attributes for the target context.
 void PluginContext.removeResponse(PluginAttributeContextType type)
          Removes the response of the specified type
 void PluginContext.removeResponse(PluginAttributeContextType type, java.lang.String name)
          Removes the response of the specified type and name
 void PluginResponse.setType(PluginAttributeContextType type)
          sets the attribute context type.

 

Constructors in oracle.security.am.plugin with parameters of type PluginAttributeContextType
PluginResponse(java.lang.String name, java.lang.String value, PluginAttributeContextType contextType)
          constructor to create the plug-in response that can be set to session request etc.

 


Skip navigation links

Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager
11g Release 2 (11.1.2)

E27137-01


Copyright © 2012, Oracle Corp. All Rights Reserved.