public class BrokerSecurityManagerStub extends org.apache.axis2.client.Stub implements BrokerSecurityManager
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.axis2.description.AxisOperation[] |
_operations |
| Constructor and Description |
|---|
BrokerSecurityManagerStub()
Default Constructor
|
BrokerSecurityManagerStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default Constructor
|
BrokerSecurityManagerStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
Constructor that takes in a configContext
|
BrokerSecurityManagerStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
|
BrokerSecurityManagerStub(String targetEndpoint)
Constructor taking the target endpoint
|
| Modifier and Type | Method and Description |
|---|---|
String |
defineSecureTopic(String topicName52,
String[] accessibleUsers53,
String[] acessibleRoles54)
Auto generated method signature
|
String |
deleteSecureTopic(String topicName46)
Auto generated method signature
|
TopicNode |
getAllTopics()
Auto generated method signature
|
TopicDetails |
getTopicDetails(String topicName70)
Auto generated method signature
|
String |
revokeATopic(String topicName58,
String[] accessibleUsers59,
String[] acessibleRoles60)
Auto generated method signature
|
String |
shareATopic(String topicName64,
String[] accessibleUsers65,
String[] acessibleRoles66)
Auto generated method signature
|
void |
startdefineSecureTopic(String topicName52,
String[] accessibleUsers53,
String[] acessibleRoles54,
BrokerSecurityManagerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteSecureTopic(String topicName46,
BrokerSecurityManagerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllTopics(BrokerSecurityManagerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetTopicDetails(String topicName70,
BrokerSecurityManagerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startrevokeATopic(String topicName58,
String[] accessibleUsers59,
String[] acessibleRoles60,
BrokerSecurityManagerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startshareATopic(String topicName64,
String[] accessibleUsers65,
String[] acessibleRoles66,
BrokerSecurityManagerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
updateTopic(TopicDetails topicDetails50)
Auto generated method signature
|
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPRpublic BrokerSecurityManagerStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic BrokerSecurityManagerStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic BrokerSecurityManagerStub(org.apache.axis2.context.ConfigurationContext configurationContext)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic BrokerSecurityManagerStub()
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic BrokerSecurityManagerStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic String deleteSecureTopic(String topicName46) throws RemoteException
deleteSecureTopic in interface BrokerSecurityManagerdeleteSecureTopic45 - RemoteExceptionBrokerSecurityManager.deleteSecureTopic(java.lang.String)public void startdeleteSecureTopic(String topicName46, BrokerSecurityManagerCallbackHandler callback) throws RemoteException
startdeleteSecureTopic in interface BrokerSecurityManagerdeleteSecureTopic45 - RemoteExceptionBrokerSecurityManager.startdeleteSecureTopic(java.lang.String, org.wso2.carbon.event.client.stub.generated.security.BrokerSecurityManagerCallbackHandler)public void updateTopic(TopicDetails topicDetails50) throws RemoteException
updateTopic in interface BrokerSecurityManagerRemoteExceptionpublic String defineSecureTopic(String topicName52, String[] accessibleUsers53, String[] acessibleRoles54) throws RemoteException
defineSecureTopic in interface BrokerSecurityManagerdefineSecureTopic51 - RemoteExceptionBrokerSecurityManager.defineSecureTopic(java.lang.String, java.lang.String[], java.lang.String[])public void startdefineSecureTopic(String topicName52, String[] accessibleUsers53, String[] acessibleRoles54, BrokerSecurityManagerCallbackHandler callback) throws RemoteException
startdefineSecureTopic in interface BrokerSecurityManagerdefineSecureTopic51 - RemoteExceptionBrokerSecurityManager.startdefineSecureTopic(java.lang.String, java.lang.String[], java.lang.String[], org.wso2.carbon.event.client.stub.generated.security.BrokerSecurityManagerCallbackHandler)public String revokeATopic(String topicName58, String[] accessibleUsers59, String[] acessibleRoles60) throws RemoteException
revokeATopic in interface BrokerSecurityManagerrevokeATopic57 - RemoteExceptionBrokerSecurityManager.revokeATopic(java.lang.String, java.lang.String[], java.lang.String[])public void startrevokeATopic(String topicName58, String[] accessibleUsers59, String[] acessibleRoles60, BrokerSecurityManagerCallbackHandler callback) throws RemoteException
startrevokeATopic in interface BrokerSecurityManagerrevokeATopic57 - RemoteExceptionBrokerSecurityManager.startrevokeATopic(java.lang.String, java.lang.String[], java.lang.String[], org.wso2.carbon.event.client.stub.generated.security.BrokerSecurityManagerCallbackHandler)public String shareATopic(String topicName64, String[] accessibleUsers65, String[] acessibleRoles66) throws RemoteException
shareATopic in interface BrokerSecurityManagershareATopic63 - RemoteExceptionBrokerSecurityManager.shareATopic(java.lang.String, java.lang.String[], java.lang.String[])public void startshareATopic(String topicName64, String[] accessibleUsers65, String[] acessibleRoles66, BrokerSecurityManagerCallbackHandler callback) throws RemoteException
startshareATopic in interface BrokerSecurityManagershareATopic63 - RemoteExceptionBrokerSecurityManager.startshareATopic(java.lang.String, java.lang.String[], java.lang.String[], org.wso2.carbon.event.client.stub.generated.security.BrokerSecurityManagerCallbackHandler)public TopicDetails getTopicDetails(String topicName70) throws RemoteException
getTopicDetails in interface BrokerSecurityManagergetTopicDetails69 - RemoteExceptionBrokerSecurityManager.getTopicDetails(java.lang.String)public void startgetTopicDetails(String topicName70, BrokerSecurityManagerCallbackHandler callback) throws RemoteException
startgetTopicDetails in interface BrokerSecurityManagergetTopicDetails69 - RemoteExceptionBrokerSecurityManager.startgetTopicDetails(java.lang.String, org.wso2.carbon.event.client.stub.generated.security.BrokerSecurityManagerCallbackHandler)public TopicNode getAllTopics() throws RemoteException
getAllTopics in interface BrokerSecurityManagerRemoteExceptionBrokerSecurityManager.getAllTopics()public void startgetAllTopics(BrokerSecurityManagerCallbackHandler callback) throws RemoteException
startgetAllTopics in interface BrokerSecurityManagerRemoteExceptionBrokerSecurityManager.startgetAllTopics(org.wso2.carbon.event.client.stub.generated.security.BrokerSecurityManagerCallbackHandler)Copyright © 2017 WSO2. All rights reserved.