|
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 |
Deprecated.
@Deprecated
public interface MobileSecurityHandler
Method Summary
void |
destroy() Deprecated. A destroy-method similar to Servlet lifecycle |
void |
init(java.util.Map<java.lang.String,java.lang.String> config) Deprecated. An init-method similar to Servlet lifecycle |
void |
processSecurityEvent(HandlerRequest req, HandlerResult result) Deprecated. The main method to process security event |
Method Detail
void init(java.util.Map<java.lang.String,java.lang.String> config) throws MobileSecurityHandlerConfigException
init
in interface SecurityHandler
config
- a read only map for configuration initializationMobileSecurityHandlerConfigException
void processSecurityEvent(HandlerRequest req, HandlerResult result)
processSecurityEvent
in interface SecurityHandler
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()
destroy
in interface SecurityHandler
|
Oracle and/or its affiliates. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |