org.wso2.balana.ctx
Class EvaluationCtxFactory

java.lang.Object
  extended by org.wso2.balana.ctx.EvaluationCtxFactory

public class EvaluationCtxFactory
extends Object

Factory that creates the EvaluationCtx


Constructor Summary
EvaluationCtxFactory()
           
 
Method Summary
 EvaluationCtx getEvaluationCtx(AbstractRequestCtx requestCtx, PDPConfig pdpConfig)
           
static EvaluationCtxFactory getFactory()
          Returns an instance of this factory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvaluationCtxFactory

public EvaluationCtxFactory()
Method Detail

getEvaluationCtx

public EvaluationCtx getEvaluationCtx(AbstractRequestCtx requestCtx,
                                      PDPConfig pdpConfig)
                               throws ParsingException
Throws:
ParsingException

getFactory

public static EvaluationCtxFactory getFactory()
Returns an instance of this factory. This method enforces a singleton model, meaning that this always returns the same instance, creating the factory if it hasn't been requested before.

Returns:
the factory instance


Copyright © 2015 WSO2. All rights reserved.