Package | Description |
---|---|
org.wso2.carbon.identity.entitlement | |
org.wso2.carbon.identity.entitlement.internal | |
org.wso2.carbon.identity.entitlement.policy.publisher |
Modifier and Type | Method and Description |
---|---|
PublisherDataHolder[] |
EntitlementPolicyAdminService.getPublisherModuleData()
Gets policy publisher module data to populate in the UI
|
PublisherDataHolder |
EntitlementPolicyAdminService.getSubscriber(String subscribeId)
Gets subscriber details
|
Modifier and Type | Method and Description |
---|---|
void |
EntitlementPolicyAdminService.addSubscriber(PublisherDataHolder holder)
Add subscriber details in to registry
|
void |
EntitlementPolicyAdminService.updateSubscriber(PublisherDataHolder holder)
Update subscriber details in registry
|
Modifier and Type | Method and Description |
---|---|
List<PublisherDataHolder> |
EntitlementConfigHolder.getModulePropertyHolders(String type) |
Modifier and Type | Method and Description |
---|---|
void |
EntitlementConfigHolder.addModulePropertyHolder(String type,
PublisherDataHolder holder) |
Modifier and Type | Method and Description |
---|---|
PublisherDataHolder |
PolicyPublisher.retrieveSubscriber(String id,
boolean returnSecrets) |
Modifier and Type | Method and Description |
---|---|
abstract String |
PublisherVerificationModule.getVerificationCode(PublisherDataHolder holder)
Generates the verification code based on publisher
|
abstract void |
AbstractPolicyPublisherModule.init(PublisherDataHolder propertyHolder)
This would init module, each time policy is published
|
void |
CarbonBasicPolicyPublisherModule.init(PublisherDataHolder propertyHolder) |
void |
PolicyPublisher.persistSubscriber(PublisherDataHolder holder,
boolean update) |
boolean |
PostPublisherModule.postPublish(PublisherDataHolder holder,
List<StatusHolder> statusHolders) |
Copyright © 2016 WSO2. All rights reserved.