Skip navigation links

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

E27137-02


Uses of Interface
oracle.security.am.plugin.PluginAttribute

Packages that use PluginAttribute
oracle.security.am.plugin Package holds generic plugin interfaces. 
oracle.security.am.plugin.authn Package holds authentication plugin interfaces. 
oracle.security.am.plugin.impl Package holds default implemention for execution actions. 

 

Uses of PluginAttribute in oracle.security.am.plugin

 

Subinterfaces of PluginAttribute in oracle.security.am.plugin
 interface ExecutionAction
          Executions actions can be used to define actions that needs to be performed by OAM server.
 interface PluginContext
          Context used by the plug-ins to retrieve the attributes and set the attributes to be used by other plug-ins that gets executed in the flow.

 

Classes in oracle.security.am.plugin that implement PluginAttribute
 class PluginResponse
          Responses that the plugin can be set to the execution contexts.

 

Uses of PluginAttribute in oracle.security.am.plugin.authn

 

Subinterfaces of PluginAttribute in oracle.security.am.plugin.authn
 interface AuthenticationContext
           

 

Classes in oracle.security.am.plugin.authn that implement PluginAttribute
 class Credential
          Credential object holds the credentials collected from the user.
 class CredentialParam
          CredentialParam object holds the each credenetial collected.

 

Uses of PluginAttribute in oracle.security.am.plugin.impl

 

Classes in oracle.security.am.plugin.impl that implement PluginAttribute
 class UserAction
          UserAction Class is used to collect the credentials.

 


Skip navigation links

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

E27137-02


Copyright © 2013, Oracle Corp. All Rights Reserved.