public static class EntitlementService.Client extends org.apache.thrift.TServiceClient implements EntitlementService.Iface
Modifier and Type | Class and Description |
---|---|
static class |
EntitlementService.Client.Factory |
Constructor and Description |
---|
EntitlementService.Client(org.apache.thrift.protocol.TProtocol prot) |
EntitlementService.Client(org.apache.thrift.protocol.TProtocol iprot,
org.apache.thrift.protocol.TProtocol oprot) |
Modifier and Type | Method and Description |
---|---|
String |
getDecision(String request,
String sessionId) |
String |
getDecisionByAttributes(String subject,
String resource,
String action,
List<String> environment,
String sessionID) |
String |
recv_getDecision() |
String |
recv_getDecisionByAttributes() |
void |
send_getDecision(String request,
String sessionId) |
void |
send_getDecisionByAttributes(String subject,
String resource,
String action,
List<String> environment,
String sessionID) |
public EntitlementService.Client(org.apache.thrift.protocol.TProtocol prot)
public EntitlementService.Client(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
public String getDecision(String request, String sessionId) throws EntitlementException, org.apache.thrift.TException
getDecision
in interface EntitlementService.Iface
EntitlementException
org.apache.thrift.TException
public void send_getDecision(String request, String sessionId) throws org.apache.thrift.TException
org.apache.thrift.TException
public String recv_getDecision() throws EntitlementException, org.apache.thrift.TException
EntitlementException
org.apache.thrift.TException
public String getDecisionByAttributes(String subject, String resource, String action, List<String> environment, String sessionID) throws EntitlementException, org.apache.thrift.TException
getDecisionByAttributes
in interface EntitlementService.Iface
EntitlementException
org.apache.thrift.TException
public void send_getDecisionByAttributes(String subject, String resource, String action, List<String> environment, String sessionID) throws org.apache.thrift.TException
org.apache.thrift.TException
public String recv_getDecisionByAttributes() throws EntitlementException, org.apache.thrift.TException
EntitlementException
org.apache.thrift.TException
Copyright © 2016 WSO2. All rights reserved.