public interface EntitlementPolicyAdminService
Modifier and Type | Method and Description |
---|---|
void |
addPolicies(PolicyDTO[] policies67)
Auto generated method signature for Asynchronous Invocations
|
void |
addPolicy(PolicyDTO policyDTO63)
Auto generated method signature for Asynchronous Invocations
|
void |
addSubscriber(PublisherDataHolder holder73)
Auto generated method signature for Asynchronous Invocations
|
void |
deleteSubscriber(String subscriberId65)
Auto generated method signature for Asynchronous Invocations
|
void |
dePromotePolicy(String policyId81)
Auto generated method signature for Asynchronous Invocations
|
void |
enableDisablePolicy(String policyId119,
boolean enable120)
Auto generated method signature for Asynchronous Invocations
|
PaginatedPolicySetDTO |
getAllPolicies(String policyTypeFilter54,
String policySearchString55,
int pageNumber56,
boolean isPDPPolicy57)
Auto generated method signature
|
String[] |
getAllPolicyIds(String searchString43)
Auto generated method signature
|
EntitlementTreeNodeDTO |
getEntitlementData(String dataModule35,
String category36,
String regexp37,
int dataLevel38,
int limit39)
Auto generated method signature
|
EntitlementFinderDataHolder[] |
getEntitlementDataModules()
Auto generated method signature
|
PolicyDTO |
getLightPolicy(String policyId83)
Auto generated method signature
|
PolicyDTO |
getPolicy(String policyId103,
boolean isPDPPolicy104)
Auto generated method signature
|
PolicyDTO |
getPolicyByVersion(String policyId95,
String version96)
Auto generated method signature
|
String[] |
getPolicyVersions(String policyId69)
Auto generated method signature
|
PublisherDataHolder[] |
getPublisherModuleData()
Auto generated method signature
|
PaginatedStatusHolder |
getStatusData(String about108,
String key109,
String type110,
String searchString111,
int pageNumber112)
Auto generated method signature
|
PublisherDataHolder |
getSubscriber(String subscribeId50)
Auto generated method signature
|
String[] |
getSubscriberIds(String searchString75)
Auto generated method signature
|
void |
importPolicyFromRegistry(String policyRegistryPath93)
Auto generated method signature for Asynchronous Invocations
|
void |
orderPolicy(String policyId87,
int newOrder88)
Auto generated method signature for Asynchronous Invocations
|
void |
publish(String verificationCode122)
Auto generated method signature for Asynchronous Invocations
|
void |
publishPolicies(String[] policyIds127,
String[] subscriberIds128,
String action129,
String version130,
boolean enabled131,
int order132)
Auto generated method signature for Asynchronous Invocations
|
void |
publishToPDP(String[] policyIds134,
String action135,
String version136,
boolean enabled137,
int order138)
Auto generated method signature for Asynchronous Invocations
|
void |
removePolicies(String[] policyIds124,
boolean dePromote125)
Auto generated method signature for Asynchronous Invocations
|
void |
removePolicy(String policyId100,
boolean dePromote101)
Auto generated method signature for Asynchronous Invocations
|
void |
rollBackPolicy(String policyId90,
String version91)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllPolicies(String policyTypeFilter54,
String policySearchString55,
int pageNumber56,
boolean isPDPPolicy57,
EntitlementPolicyAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllPolicyIds(String searchString43,
EntitlementPolicyAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetEntitlementData(String dataModule35,
String category36,
String regexp37,
int dataLevel38,
int limit39,
EntitlementPolicyAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetEntitlementDataModules(EntitlementPolicyAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetLightPolicy(String policyId83,
EntitlementPolicyAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetPolicy(String policyId103,
boolean isPDPPolicy104,
EntitlementPolicyAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetPolicyByVersion(String policyId95,
String version96,
EntitlementPolicyAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetPolicyVersions(String policyId69,
EntitlementPolicyAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetPublisherModuleData(EntitlementPolicyAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetStatusData(String about108,
String key109,
String type110,
String searchString111,
int pageNumber112,
EntitlementPolicyAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetSubscriber(String subscribeId50,
EntitlementPolicyAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetSubscriberIds(String searchString75,
EntitlementPolicyAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
updatePolicy(PolicyDTO policyDTO61)
Auto generated method signature for Asynchronous Invocations
|
void |
updateSubscriber(PublisherDataHolder holder79)
Auto generated method signature for Asynchronous Invocations
|
EntitlementTreeNodeDTO getEntitlementData(String dataModule35, String category36, String regexp37, int dataLevel38, int limit39) throws RemoteException
getEntitlementData34
- RemoteException
void startgetEntitlementData(String dataModule35, String category36, String regexp37, int dataLevel38, int limit39, EntitlementPolicyAdminServiceCallbackHandler callback) throws RemoteException
getEntitlementData34
- RemoteException
String[] getAllPolicyIds(String searchString43) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
getAllPolicyIds42
- EntitlementPolicyAdminServiceEntitlementException
- :RemoteException
void startgetAllPolicyIds(String searchString43, EntitlementPolicyAdminServiceCallbackHandler callback) throws RemoteException
getAllPolicyIds42
- RemoteException
EntitlementFinderDataHolder[] getEntitlementDataModules() throws RemoteException
getEntitlementDataModules46
- RemoteException
void startgetEntitlementDataModules(EntitlementPolicyAdminServiceCallbackHandler callback) throws RemoteException
getEntitlementDataModules46
- RemoteException
PublisherDataHolder getSubscriber(String subscribeId50) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
getSubscriber49
- EntitlementPolicyAdminServiceEntitlementException
- :RemoteException
void startgetSubscriber(String subscribeId50, EntitlementPolicyAdminServiceCallbackHandler callback) throws RemoteException
getSubscriber49
- RemoteException
PaginatedPolicySetDTO getAllPolicies(String policyTypeFilter54, String policySearchString55, int pageNumber56, boolean isPDPPolicy57) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
getAllPolicies53
- EntitlementPolicyAdminServiceEntitlementException
- :RemoteException
void startgetAllPolicies(String policyTypeFilter54, String policySearchString55, int pageNumber56, boolean isPDPPolicy57, EntitlementPolicyAdminServiceCallbackHandler callback) throws RemoteException
getAllPolicies53
- RemoteException
void updatePolicy(PolicyDTO policyDTO61) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
void addPolicy(PolicyDTO policyDTO63) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
void deleteSubscriber(String subscriberId65) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
void addPolicies(PolicyDTO[] policies67) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
String[] getPolicyVersions(String policyId69) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
getPolicyVersions68
- EntitlementPolicyAdminServiceEntitlementException
- :RemoteException
void startgetPolicyVersions(String policyId69, EntitlementPolicyAdminServiceCallbackHandler callback) throws RemoteException
getPolicyVersions68
- RemoteException
void addSubscriber(PublisherDataHolder holder73) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
String[] getSubscriberIds(String searchString75) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
getSubscriberIds74
- EntitlementPolicyAdminServiceEntitlementException
- :RemoteException
void startgetSubscriberIds(String searchString75, EntitlementPolicyAdminServiceCallbackHandler callback) throws RemoteException
getSubscriberIds74
- RemoteException
void updateSubscriber(PublisherDataHolder holder79) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
void dePromotePolicy(String policyId81) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
PolicyDTO getLightPolicy(String policyId83) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
getLightPolicy82
- EntitlementPolicyAdminServiceEntitlementException
- :RemoteException
void startgetLightPolicy(String policyId83, EntitlementPolicyAdminServiceCallbackHandler callback) throws RemoteException
getLightPolicy82
- RemoteException
void orderPolicy(String policyId87, int newOrder88) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
void rollBackPolicy(String policyId90, String version91) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
void importPolicyFromRegistry(String policyRegistryPath93) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
PolicyDTO getPolicyByVersion(String policyId95, String version96) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
getPolicyByVersion94
- EntitlementPolicyAdminServiceEntitlementException
- :RemoteException
void startgetPolicyByVersion(String policyId95, String version96, EntitlementPolicyAdminServiceCallbackHandler callback) throws RemoteException
getPolicyByVersion94
- RemoteException
void removePolicy(String policyId100, boolean dePromote101) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
PolicyDTO getPolicy(String policyId103, boolean isPDPPolicy104) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
getPolicy102
- EntitlementPolicyAdminServiceEntitlementException
- :RemoteException
void startgetPolicy(String policyId103, boolean isPDPPolicy104, EntitlementPolicyAdminServiceCallbackHandler callback) throws RemoteException
getPolicy102
- RemoteException
PaginatedStatusHolder getStatusData(String about108, String key109, String type110, String searchString111, int pageNumber112) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
getStatusData107
- EntitlementPolicyAdminServiceEntitlementException
- :RemoteException
void startgetStatusData(String about108, String key109, String type110, String searchString111, int pageNumber112, EntitlementPolicyAdminServiceCallbackHandler callback) throws RemoteException
getStatusData107
- RemoteException
PublisherDataHolder[] getPublisherModuleData() throws RemoteException
getPublisherModuleData115
- RemoteException
void startgetPublisherModuleData(EntitlementPolicyAdminServiceCallbackHandler callback) throws RemoteException
getPublisherModuleData115
- RemoteException
void enableDisablePolicy(String policyId119, boolean enable120) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
void publish(String verificationCode122) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
void removePolicies(String[] policyIds124, boolean dePromote125) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
void publishPolicies(String[] policyIds127, String[] subscriberIds128, String action129, String version130, boolean enabled131, int order132) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
void publishToPDP(String[] policyIds134, String action135, String version136, boolean enabled137, int order138) throws RemoteException, EntitlementPolicyAdminServiceEntitlementException
Copyright © 2019 WSO2. All rights reserved.