Package | Description |
---|---|
org.wso2.carbon.identity.entitlement.thrift |
Modifier and Type | Field and Description |
---|---|
EntitlementException |
EntitlementService.getDecision_result.e |
EntitlementException |
EntitlementService.getDecisionByAttributes_result.e |
Modifier and Type | Method and Description |
---|---|
EntitlementException |
EntitlementException.deepCopy() |
EntitlementException |
EntitlementService.getDecision_result.getE() |
EntitlementException |
EntitlementService.getDecisionByAttributes_result.getE() |
EntitlementException |
EntitlementException.setMessage(String message) |
Modifier and Type | Method and Description |
---|---|
int |
EntitlementException.compareTo(EntitlementException other) |
boolean |
EntitlementException.equals(EntitlementException that) |
EntitlementService.getDecision_result |
EntitlementService.getDecision_result.setE(EntitlementException e) |
EntitlementService.getDecisionByAttributes_result |
EntitlementService.getDecisionByAttributes_result.setE(EntitlementException e) |
Modifier and Type | Method and Description |
---|---|
EntitledResultSetDTO |
ThriftEntitlementServiceImpl.getAllEntitlements(String identifier,
AttributeDTO[] givenAttributes,
String sessionID) |
String |
ThriftEntitlementServiceImpl.getDecision(String request,
String sessionId)
Thrift based service method that wraps the same in EntitlementService
|
String |
EntitlementService.Iface.getDecision(String request,
String sessionId) |
String |
EntitlementService.Client.getDecision(String request,
String sessionId) |
String |
ThriftEntitlementServiceImpl.getDecisionByAttributes(String subject,
String resource,
String action,
List<String> environment,
String sessionID) |
String |
EntitlementService.Iface.getDecisionByAttributes(String subject,
String resource,
String action,
List<String> environment,
String sessionID) |
String |
EntitlementService.Client.getDecisionByAttributes(String subject,
String resource,
String action,
List<String> environment,
String sessionID) |
EntitledResultSetDTO |
ThriftEntitlementServiceImpl.getEntitledAttributes(String subjectName,
String resourceName,
String subjectId,
String action,
boolean enableChildSearch,
String sessionID) |
String |
EntitlementService.AsyncClient.getDecision_call.getResult() |
String |
EntitlementService.AsyncClient.getDecisionByAttributes_call.getResult() |
String |
EntitlementService.Client.recv_getDecision() |
String |
EntitlementService.Client.recv_getDecisionByAttributes() |
Constructor and Description |
---|
EntitlementException(EntitlementException other)
Performs a deep copy on other.
|
EntitlementService.getDecision_result(String success,
EntitlementException e) |
EntitlementService.getDecisionByAttributes_result(String success,
EntitlementException e) |
Copyright © 2016 WSO2. All rights reserved.