public interface PIPExtension
Modifier and Type | Method and Description |
---|---|
void |
init(Properties properties)
initializes the PIPExtension module
|
void |
update(org.wso2.balana.ctx.AbstractRequestCtx request)
Gives a handle to the XACML request built.
|
void init(Properties properties) throws Exception
properties
- properties, that need to initialize the module. These properties can be
defined in entitlement-config.xml fileException
- throws when initialization is failedvoid update(org.wso2.balana.ctx.AbstractRequestCtx request)
request
- Incoming XACML request.Copyright © 2016 WSO2. All rights reserved.