Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Adaptive Access Manager
11g Release 2 (11.1.2)

E27208-03


Uses of Interface
com.bharosa.vcrypt.tracker.intf.VCryptRulesResult

Packages that use VCryptRulesResult
com.bharosa.vcrypt.servlet.tracker   
com.bharosa.vcrypt.tracker.intf   
com.bharosa.vcrypt.tracker.util   

 

Uses of VCryptRulesResult in com.bharosa.vcrypt.servlet.tracker

 

Methods in com.bharosa.vcrypt.servlet.tracker that return VCryptRulesResult
static VCryptRulesResult VCryptServletTrackerUtil.runPostAuthRules(HttpServletRequest request)
          This method runs the rule set specified for the user attempting to log in.
static VCryptRulesResult VCryptServletTrackerUtil.runPreAuthRules(HttpServletRequest request)
          This method runs the rule set specified for the user attempting to log in.
static VCryptRulesResult VCryptServletTrackerUtil.runRules(HttpServletRequest request, String[] profileType)
          This method runs the rules for the given profile type (will be runtime)

This can support all types rules, including in session rules.

static VCryptRulesResult VCryptServletTrackerUtil.runRuleSets(String requestId, List profileTypes)
           
static VCryptRulesResult VCryptServletTrackerUtil.runRuleSets(String requestId, List profileTypes, Map contextMap)
           

 

Uses of VCryptRulesResult in com.bharosa.vcrypt.tracker.intf

 

Methods in com.bharosa.vcrypt.tracker.intf that return VCryptRulesResult
 VCryptRulesResult VCryptRulesEngine.processRules(String requestId, Date requestTime, List checkpointList, Map contextMap)
          This method runs the rules and returns rules result.
 VCryptRulesResult VCryptRulesEngine.processRules(String requestId, List checkpointList, Map contextMap)
          This method runs the rules and returns rules result The attribute 'reponse' in VCryptRulesResult returns a success VCryptResponse with no session set by default.
 VCryptRulesResult VCryptRulesEngine.processRules(String requestId, Long transactionId, String extTransactionId, Date requestTime, List checkpointList, Map contextMap)
          This method runs the rules and returns rules result The attribute 'reponse' in VCryptRulesResult returns a success VCryptResponse with no session set by default.

 

Uses of VCryptRulesResult in com.bharosa.vcrypt.tracker.util

 

Methods in com.bharosa.vcrypt.tracker.util that return VCryptRulesResult
static VCryptRulesResult VCryptTrackerUtil.fromXMLProcessRulesResponse(String xmlString)
           

 

Methods in com.bharosa.vcrypt.tracker.util with parameters of type VCryptRulesResult
static String VCryptTrackerUtil.toXMLProcessRulesResponse(VCryptRulesResult rulesResult)
           

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Adaptive Access Manager
11g Release 2 (11.1.2)

E27208-03


Copyright © 2007, 2013, Oracle and/or its affiliates. All rights reserved.