Skip navigation links

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

E15864-02


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, java.lang.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(java.lang.String requestId, java.util.List profileTypes)
           
static VCryptRulesResult VCryptServletTrackerUtil.runRuleSets(java.lang.String requestId, java.util.List profileTypes, java.util.Map contextMap)
           

 

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

 

Methods in com.bharosa.vcrypt.tracker.intf that return VCryptRulesResult
 VCryptRulesResult VCryptRulesEngine.processRules(java.lang.String requestId, java.util.Date requestTime, java.util.List runtimeTypes, java.util.Map contextMap)
          This method runs the rules and returns rules result.
 VCryptRulesResult VCryptRulesEngine.processRules(java.lang.String requestId, java.util.List runtimeTypes, java.util.Map contextMap)
          This method runs the rules and returns rules result
 VCryptRulesResult VCryptRulesEngine.processRules(java.lang.String requestId, java.lang.Long transactionId, java.lang.String extTransactionId, java.util.Date requestTime, java.util.List runtimeTypes, java.util.Map contextMap)
          This method runs the rules and returns rules result

 

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

 

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

 

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

 


Skip navigation links

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

E15864-02


Copyright © 2011, Oracle. All rights reserved.