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 topicName61,
String[] accessibleUsers62,
String[] acessibleRoles63)
Auto generated method signature
|
String |
deleteSecureTopic(String topicName57)
Auto generated method signature
|
TopicNode |
getAllTopics()
Auto generated method signature
|
TopicDetails |
getTopicDetails(String topicName67)
Auto generated method signature
|
String |
revokeATopic(String topicName71,
String[] accessibleUsers72,
String[] acessibleRoles73)
Auto generated method signature
|
String |
shareATopic(String topicName46,
String[] accessibleUsers47,
String[] acessibleRoles48)
Auto generated method signature
|
void |
startdefineSecureTopic(String topicName61,
String[] accessibleUsers62,
String[] acessibleRoles63,
BrokerSecurityManagerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteSecureTopic(String topicName57,
BrokerSecurityManagerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllTopics(BrokerSecurityManagerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetTopicDetails(String topicName67,
BrokerSecurityManagerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startrevokeATopic(String topicName71,
String[] accessibleUsers72,
String[] acessibleRoles73,
BrokerSecurityManagerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startshareATopic(String topicName46,
String[] accessibleUsers47,
String[] acessibleRoles48,
BrokerSecurityManagerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
updateTopic(TopicDetails topicDetails52)
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 shareATopic(String topicName46, String[] accessibleUsers47, String[] acessibleRoles48) throws RemoteException
shareATopic in interface BrokerSecurityManagershareATopic45 - RemoteExceptionBrokerSecurityManager.shareATopic(java.lang.String, java.lang.String[], java.lang.String[])public void startshareATopic(String topicName46, String[] accessibleUsers47, String[] acessibleRoles48, BrokerSecurityManagerCallbackHandler callback) throws RemoteException
startshareATopic in interface BrokerSecurityManagershareATopic45 - RemoteExceptionBrokerSecurityManager.startshareATopic(java.lang.String, java.lang.String[], java.lang.String[], org.wso2.carbon.event.client.stub.generated.security.BrokerSecurityManagerCallbackHandler)public void updateTopic(TopicDetails topicDetails52) throws RemoteException
updateTopic in interface BrokerSecurityManagerRemoteExceptionpublic 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)public String deleteSecureTopic(String topicName57) throws RemoteException
deleteSecureTopic in interface BrokerSecurityManagerdeleteSecureTopic56 - RemoteExceptionBrokerSecurityManager.deleteSecureTopic(java.lang.String)public void startdeleteSecureTopic(String topicName57, BrokerSecurityManagerCallbackHandler callback) throws RemoteException
startdeleteSecureTopic in interface BrokerSecurityManagerdeleteSecureTopic56 - RemoteExceptionBrokerSecurityManager.startdeleteSecureTopic(java.lang.String, org.wso2.carbon.event.client.stub.generated.security.BrokerSecurityManagerCallbackHandler)public String defineSecureTopic(String topicName61, String[] accessibleUsers62, String[] acessibleRoles63) throws RemoteException
defineSecureTopic in interface BrokerSecurityManagerdefineSecureTopic60 - RemoteExceptionBrokerSecurityManager.defineSecureTopic(java.lang.String, java.lang.String[], java.lang.String[])public void startdefineSecureTopic(String topicName61, String[] accessibleUsers62, String[] acessibleRoles63, BrokerSecurityManagerCallbackHandler callback) throws RemoteException
startdefineSecureTopic in interface BrokerSecurityManagerdefineSecureTopic60 - RemoteExceptionBrokerSecurityManager.startdefineSecureTopic(java.lang.String, java.lang.String[], java.lang.String[], org.wso2.carbon.event.client.stub.generated.security.BrokerSecurityManagerCallbackHandler)public TopicDetails getTopicDetails(String topicName67) throws RemoteException
getTopicDetails in interface BrokerSecurityManagergetTopicDetails66 - RemoteExceptionBrokerSecurityManager.getTopicDetails(java.lang.String)public void startgetTopicDetails(String topicName67, BrokerSecurityManagerCallbackHandler callback) throws RemoteException
startgetTopicDetails in interface BrokerSecurityManagergetTopicDetails66 - RemoteExceptionBrokerSecurityManager.startgetTopicDetails(java.lang.String, org.wso2.carbon.event.client.stub.generated.security.BrokerSecurityManagerCallbackHandler)public String revokeATopic(String topicName71, String[] accessibleUsers72, String[] acessibleRoles73) throws RemoteException
revokeATopic in interface BrokerSecurityManagerrevokeATopic70 - RemoteExceptionBrokerSecurityManager.revokeATopic(java.lang.String, java.lang.String[], java.lang.String[])public void startrevokeATopic(String topicName71, String[] accessibleUsers72, String[] acessibleRoles73, BrokerSecurityManagerCallbackHandler callback) throws RemoteException
startrevokeATopic in interface BrokerSecurityManagerrevokeATopic70 - RemoteExceptionBrokerSecurityManager.startrevokeATopic(java.lang.String, java.lang.String[], java.lang.String[], org.wso2.carbon.event.client.stub.generated.security.BrokerSecurityManagerCallbackHandler)Copyright © 2022 WSO2. All rights reserved.