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.PluginAttributeContextType

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

 

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 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 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.