public interface EntitlementService
Modifier and Type | Method and Description |
---|---|
EntitledResultSetDTO |
getAllEntitlements(String identifier23,
AttributeDTO[] givenAttributes24)
Auto generated method signature
|
boolean |
getBooleanDecision(String subject39,
String resource40,
String action41)
Auto generated method signature
|
String |
getDecision(String request28)
Auto generated method signature
|
String |
getDecisionByAttributes(String subject32,
String resource33,
String action34,
String[] environment35)
Auto generated method signature
|
EntitledResultSetDTO |
getEntitledAttributes(String subjectName11,
String resourceName12,
String subjectId13,
String action14,
boolean enableChildSearch15)
Auto generated method signature
|
void |
startgetAllEntitlements(String identifier23,
AttributeDTO[] givenAttributes24,
EntitlementServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetBooleanDecision(String subject39,
String resource40,
String action41,
EntitlementServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetDecision(String request28,
EntitlementServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetDecisionByAttributes(String subject32,
String resource33,
String action34,
String[] environment35,
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 request19,
EntitlementServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
String |
xACMLAuthzDecisionQuery(String request19)
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 xACMLAuthzDecisionQuery(String request19) throws RemoteException, EntitlementServiceException
xACMLAuthzDecisionQuery18
- EntitlementServiceException
- :RemoteException
void startxACMLAuthzDecisionQuery(String request19, EntitlementServiceCallbackHandler callback) throws RemoteException
xACMLAuthzDecisionQuery18
- RemoteException
EntitledResultSetDTO getAllEntitlements(String identifier23, AttributeDTO[] givenAttributes24) throws RemoteException, EntitlementServiceIdentityException
getAllEntitlements22
- EntitlementServiceIdentityException
- :RemoteException
void startgetAllEntitlements(String identifier23, AttributeDTO[] givenAttributes24, EntitlementServiceCallbackHandler callback) throws RemoteException
getAllEntitlements22
- RemoteException
String getDecision(String request28) throws RemoteException, EntitlementServiceException
getDecision27
- EntitlementServiceException
- :RemoteException
void startgetDecision(String request28, EntitlementServiceCallbackHandler callback) throws RemoteException
getDecision27
- RemoteException
String getDecisionByAttributes(String subject32, String resource33, String action34, String[] environment35) throws RemoteException, EntitlementServiceException
getDecisionByAttributes31
- EntitlementServiceException
- :RemoteException
void startgetDecisionByAttributes(String subject32, String resource33, String action34, String[] environment35, EntitlementServiceCallbackHandler callback) throws RemoteException
getDecisionByAttributes31
- RemoteException
boolean getBooleanDecision(String subject39, String resource40, String action41) throws RemoteException, EntitlementServiceException
getBooleanDecision38
- EntitlementServiceException
- :RemoteException
void startgetBooleanDecision(String subject39, String resource40, String action41, EntitlementServiceCallbackHandler callback) throws RemoteException
getBooleanDecision38
- RemoteException
Copyright © 2017 WSO2. All rights reserved.