Uses of Class
org.wso2.carbon.cloud.gateway.common.thrift.gen.NotAuthorizedException
-
Packages that use NotAuthorizedException Package Description org.wso2.carbon.cloud.gateway.common.thrift org.wso2.carbon.cloud.gateway.common.thrift.gen -
-
Uses of NotAuthorizedException in org.wso2.carbon.cloud.gateway.common.thrift
Methods in org.wso2.carbon.cloud.gateway.common.thrift that throw NotAuthorizedException Modifier and Type Method Description List<Message>
CGThriftClient. exchange(List<Message> src, int size, String token)
The exchange operation, this will pass the response buffer to the server and will receive request buffer from the serverString
CGThriftClient. login(String userName, String passWord, String queueName)
The login method. -
Uses of NotAuthorizedException in org.wso2.carbon.cloud.gateway.common.thrift.gen
Fields in org.wso2.carbon.cloud.gateway.common.thrift.gen declared as NotAuthorizedException Modifier and Type Field Description NotAuthorizedException
CloudGatewayService.exchange_result. e
NotAuthorizedException
CloudGatewayService.login_result. e
Methods in org.wso2.carbon.cloud.gateway.common.thrift.gen that return NotAuthorizedException Modifier and Type Method Description NotAuthorizedException
NotAuthorizedException. deepCopy()
NotAuthorizedException
CloudGatewayService.exchange_result. getE()
NotAuthorizedException
CloudGatewayService.login_result. getE()
NotAuthorizedException
NotAuthorizedException. setMessage(String message)
Methods in org.wso2.carbon.cloud.gateway.common.thrift.gen with parameters of type NotAuthorizedException Modifier and Type Method Description int
NotAuthorizedException. compareTo(NotAuthorizedException other)
boolean
NotAuthorizedException. equals(NotAuthorizedException that)
CloudGatewayService.exchange_result
CloudGatewayService.exchange_result. setE(NotAuthorizedException e)
CloudGatewayService.login_result
CloudGatewayService.login_result. setE(NotAuthorizedException e)
Methods in org.wso2.carbon.cloud.gateway.common.thrift.gen that throw NotAuthorizedException Modifier and Type Method Description List<Message>
CloudGatewayService.Client. exchange(List<Message> src, int size, String token)
List<Message>
CloudGatewayService.Iface. exchange(List<Message> src, int size, String token)
List<Message>
CloudGatewayService.AsyncClient.exchange_call. getResult()
String
CloudGatewayService.AsyncClient.login_call. getResult()
String
CloudGatewayService.Client. login(String userName, String password, String queueName)
String
CloudGatewayService.Iface. login(String userName, String password, String queueName)
List<Message>
CloudGatewayService.Client. recv_exchange()
String
CloudGatewayService.Client. recv_login()
Constructors in org.wso2.carbon.cloud.gateway.common.thrift.gen with parameters of type NotAuthorizedException Constructor Description exchange_result(List<Message> success, NotAuthorizedException e)
login_result(String success, NotAuthorizedException e)
NotAuthorizedException(NotAuthorizedException other)
Performs a deep copy on other.
-