|
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 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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
void init(java.util.Map<java.lang.String,java.lang.String> config)
throws SecurityHandlerConfigException
config - a read only map for configuration initializationSecurityHandlerConfigException
void processSecurityEvent(HandlerRequest req,
HandlerResult result)
req - corresponding to the parts of JSON HTTP payload request plus client IP address plus Security Eventsresult - a Result object to let OIC layer know what to do nextvoid destroy()
|
Oracle and/or its affiliates. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||