|
Oracle Fusion Middleware Java API Reference for Oracle Access Management Mobile and Social | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MobileSecurityHandler
| 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 MobileSecurityHandlerConfigException
config - a read only map for configuration initializationMobileSecurityHandlerConfigException
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()
|
Copyright (c) 2012, Oracle All Rights Reserved. Built 06/05/2012 17:18:07 PDT |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||