public interface EntitlementService
Modifier and Type | Method and Description |
---|---|
EntitledResultSetDTO |
getAllEntitlements(String identifier40,
AttributeDTO[] givenAttributes41)
Auto generated method signature
|
boolean |
getBooleanDecision(String subject34,
String resource35,
String action36)
Auto generated method signature
|
String |
getDecision(String request26)
Auto generated method signature
|
String |
getDecisionByAttributes(String subject19,
String resource20,
String action21,
String[] environment22)
Auto generated method signature
|
EntitledResultSetDTO |
getEntitledAttributes(String subjectName11,
String resourceName12,
String subjectId13,
String action14,
boolean enableChildSearch15)
Auto generated method signature
|
void |
startgetAllEntitlements(String identifier40,
AttributeDTO[] givenAttributes41,
EntitlementServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetBooleanDecision(String subject34,
String resource35,
String action36,
EntitlementServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetDecision(String request26,
EntitlementServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetDecisionByAttributes(String subject19,
String resource20,
String action21,
String[] environment22,
EntitlementServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetEntitledAttributes(String subjectName11,
String resourceName12,
String subjectId13,
String action14,
boolean enableChildSearch15,
EntitlementServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startxACMLAuthzDecisionQuery(String request30,
EntitlementServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
String |
xACMLAuthzDecisionQuery(String request30)
Auto generated method signature
|
EntitledResultSetDTO getEntitledAttributes(String subjectName11, String resourceName12, String subjectId13, String action14, boolean enableChildSearch15) throws RemoteException, EntitlementServiceIdentityException
getEntitledAttributes10
- EntitlementServiceIdentityException
- :RemoteException
void startgetEntitledAttributes(String subjectName11, String resourceName12, String subjectId13, String action14, boolean enableChildSearch15, EntitlementServiceCallbackHandler callback) throws RemoteException
getEntitledAttributes10
- RemoteException
String getDecisionByAttributes(String subject19, String resource20, String action21, String[] environment22) throws RemoteException, EntitlementServiceException
getDecisionByAttributes18
- EntitlementServiceException
- :RemoteException
void startgetDecisionByAttributes(String subject19, String resource20, String action21, String[] environment22, EntitlementServiceCallbackHandler callback) throws RemoteException
getDecisionByAttributes18
- RemoteException
String getDecision(String request26) throws RemoteException, EntitlementServiceException
getDecision25
- EntitlementServiceException
- :RemoteException
void startgetDecision(String request26, EntitlementServiceCallbackHandler callback) throws RemoteException
getDecision25
- RemoteException
String xACMLAuthzDecisionQuery(String request30) throws RemoteException, EntitlementServiceException
xACMLAuthzDecisionQuery29
- EntitlementServiceException
- :RemoteException
void startxACMLAuthzDecisionQuery(String request30, EntitlementServiceCallbackHandler callback) throws RemoteException
xACMLAuthzDecisionQuery29
- RemoteException
boolean getBooleanDecision(String subject34, String resource35, String action36) throws RemoteException, EntitlementServiceException
getBooleanDecision33
- EntitlementServiceException
- :RemoteException
void startgetBooleanDecision(String subject34, String resource35, String action36, EntitlementServiceCallbackHandler callback) throws RemoteException
getBooleanDecision33
- RemoteException
EntitledResultSetDTO getAllEntitlements(String identifier40, AttributeDTO[] givenAttributes41) throws RemoteException, EntitlementServiceIdentityException
getAllEntitlements39
- EntitlementServiceIdentityException
- :RemoteException
void startgetAllEntitlements(String identifier40, AttributeDTO[] givenAttributes41, EntitlementServiceCallbackHandler callback) throws RemoteException
getAllEntitlements39
- RemoteException
Copyright © 2021 WSO2. All rights reserved.