public static class EntitlementService.AsyncClient extends org.apache.thrift.async.TAsyncClient implements EntitlementService.AsyncIface
Modifier and Type | Class and Description |
---|---|
static class |
EntitlementService.AsyncClient.Factory |
static class |
EntitlementService.AsyncClient.getDecision_call |
static class |
EntitlementService.AsyncClient.getDecisionByAttributes_call |
Constructor and Description |
---|
EntitlementService.AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.async.TAsyncClientManager clientManager,
org.apache.thrift.transport.TNonblockingTransport transport) |
Modifier and Type | Method and Description |
---|---|
void |
getDecision(String request,
String sessionId,
org.apache.thrift.async.AsyncMethodCallback<EntitlementService.AsyncClient.getDecision_call> resultHandler) |
void |
getDecisionByAttributes(String subject,
String resource,
String action,
List<String> environment,
String sessionID,
org.apache.thrift.async.AsyncMethodCallback<EntitlementService.AsyncClient.getDecisionByAttributes_call> resultHandler) |
public EntitlementService.AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.async.TAsyncClientManager clientManager, org.apache.thrift.transport.TNonblockingTransport transport)
public void getDecision(String request, String sessionId, org.apache.thrift.async.AsyncMethodCallback<EntitlementService.AsyncClient.getDecision_call> resultHandler) throws org.apache.thrift.TException
getDecision
in interface EntitlementService.AsyncIface
org.apache.thrift.TException
public void getDecisionByAttributes(String subject, String resource, String action, List<String> environment, String sessionID, org.apache.thrift.async.AsyncMethodCallback<EntitlementService.AsyncClient.getDecisionByAttributes_call> resultHandler) throws org.apache.thrift.TException
getDecisionByAttributes
in interface EntitlementService.AsyncIface
org.apache.thrift.TException
Copyright © 2016 WSO2. All rights reserved.