public interface PolicyPublisherModule
Modifier and Type | Method and Description |
---|---|
String |
getModuleName()
gets name of this module
|
void |
init(Properties properties)
initializes policy publisher retriever module
|
Properties |
loadProperties()
Load the properties are needed to initialize the module or that are needed to populate
to populate the management console ui of publisher configuration.
|
void |
publish(PolicyDTO policyDTO,
String action,
boolean enable,
int order)
publishes policy to given subscriber
|
void init(Properties properties)
properties
- Properties, that are needed to initialize the module or
that are needed to populate the management console ui of publisher configuration.
These properties can be defined in entitlement-properties file.Properties loadProperties()
String getModuleName()
void publish(PolicyDTO policyDTO, String action, boolean enable, int order) throws EntitlementException
policyDTO
- policy as PolicyDTOaction
- publishing actionenable
- enableorder
- EntitlementException
Copyright © 2016 WSO2. All rights reserved.