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


oracle.security.am.plugin.authn
Interface AuthnPluginService

All Superinterfaces:
GenericPluginService
All Known Implementing Classes:
AbstractAuthenticationPlugIn, oracle.security.am.plugin.authn.OAMAbstractAuthenticationPlugIn

public interface AuthnPluginService
extends GenericPluginService
Since:
OAM 11.1.1.5.0
Version:
OAM 11.1.2.0.0

Nested Class Summary

 

Nested classes/interfaces inherited from interface oracle.security.am.plugin.GenericPluginService
GenericPluginService.QueryKey

 

Method Summary
 ExecutionStatus process(AuthenticationContext context)
          process method will be called for the plug-in step execution and all authentication related logic should go to this method.

 

Methods inherited from interface oracle.security.am.plugin.GenericPluginService
getDescription, getID, getLogger, getMaxWaitIntervel, getMonitoringData, getMonitoringStatus, getPluginConfig, getPluginName, getRevision, initialize, poweronSelfTest, setMonitoringStatus, shutdown

 

Method Detail

process

ExecutionStatus process(AuthenticationContext context)
                        throws AuthenticationException
process method will be called for the plug-in step execution and all authentication related logic should go to this method. Authentication plug-ins can access all the data available in the AuthenticationContext object. plug-in can set response that will be added to SESSION,request and redirect contexts. PluginAttributeContextType.SESSION all the attributes that need to be set in the session should be added with this context. PluginAttributeContextType.REQUEST all the attributes that need to be set in the request context should be added with this context. PluginAttributeContextType.REQUEST all the attributes that need to be set as a re-direct URL should be added with this context.
Parameters:
context - an AuthenticationContext object.
Returns:
the execution status
Throws:
AuthenticationException - the authentication exception

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.