Skip navigation links

Oracle Fusion Middleware Java API Reference for the Oracle Access Management OAuth Service
11g Release 2 Patch Set 3 (11.1.2.3)

E59498-01


oracle.security.idaas.rest.provider.plugin
Interface SecurityHandler

All Known Subinterfaces:
MobileSecurityHandler

public interface SecurityHandler

Method Summary

 void destroy()
          A destroy-method similar to Servlet lifecycle
 void init(java.util.Map<java.lang.String,java.lang.String> config)
          An init-method similar to Servlet lifecycle
 void processSecurityEvent(HandlerRequest req, HandlerResult result)
          The main method to process security event

 

Method Detail

init

void init(java.util.Map<java.lang.String,java.lang.String> config)
          throws SecurityHandlerConfigException
An init-method similar to Servlet lifecycle
Parameters:
config - a read only map for configuration initialization
Throws:
SecurityHandlerConfigException

processSecurityEvent

void processSecurityEvent(HandlerRequest req,
                          HandlerResult result)
The main method to process security event
Parameters:
req - corresponding to the parts of JSON HTTP payload request plus client IP address plus Security Events
result - a Result object to let OIC layer know what to do next

destroy

void destroy()
A destroy-method similar to Servlet lifecycle

Skip navigation links

Copyright (c) 2014, 2015,
Oracle and/or its affiliates. All Rights Reserved.