Package oracle.security.am.plugin.authn
Interface AuthnPluginService
- All Superinterfaces:
GenericPluginService
- All Known Implementing Classes:
AbstractAuthenticationPlugIn
,OAMAbstractAuthenticationPlugIn
- Since:
- OAM 11.1.1.2.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface oracle.security.am.plugin.GenericPluginService
GenericPluginService.QueryKey
-
Method Summary
Modifier and TypeMethodDescriptionprocess<wbr>(AuthenticationContext context)
Authentication plug-ins can access all the data available in theAuthenticationContext
object.Methods inherited from interface oracle.security.am.plugin.GenericPluginService
getID, getLogger, getMaxWaitIntervel, getMonitoringData, getMonitoringStatus, getPluginConfig, initialize, poweronSelfTest, shutdown
-
Method Details
-
process
Authentication plug-ins can access all the data available in theAuthenticationContext
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
- anAuthenticationContext
object.- Returns:
- the execution status
- Throws:
AuthenticationException
- the authentication exception
-