public interface PostPublisherModule
Modifier and Type | Method and Description |
---|---|
void |
init(Properties properties)
initializes policy publisher retriever module
|
boolean |
postPublish(PublisherDataHolder holder,
List<StatusHolder> statusHolders) |
void init(Properties properties) throws Exception
properties
- Properties, that are needed to initialize the moduleException
- throws when initialization is failedboolean postPublish(PublisherDataHolder holder, List<StatusHolder> statusHolders) throws EntitlementException
holder
- statusHolders
- EntitlementException
Copyright © 2016 WSO2. All rights reserved.