public class EntitlementServiceStub extends org.apache.axis2.client.Stub implements EntitlementService
Modifier and Type | Field and Description |
---|---|
protected org.apache.axis2.description.AxisOperation[] |
_operations |
Constructor and Description |
---|
EntitlementServiceStub()
Default Constructor
|
EntitlementServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default Constructor
|
EntitlementServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint)
Constructor that takes in a configContext
|
EntitlementServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext,
String targetEndpoint,
boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
|
EntitlementServiceStub(String targetEndpoint)
Constructor taking the target endpoint
|
Modifier and Type | Method and Description |
---|---|
EntitledResultSetDTO |
getAllEntitlements(String identifier74,
AttributeDTO[] givenAttributes75)
Auto generated method signature
|
boolean |
getBooleanDecision(String subject68,
String resource69,
String action70)
Auto generated method signature
|
String |
getDecision(String request60)
Auto generated method signature
|
String |
getDecisionByAttributes(String subject53,
String resource54,
String action55,
String[] environment56)
Auto generated method signature
|
EntitledResultSetDTO |
getEntitledAttributes(String subjectName45,
String resourceName46,
String subjectId47,
String action48,
boolean enableChildSearch49)
Auto generated method signature
|
void |
startgetAllEntitlements(String identifier74,
AttributeDTO[] givenAttributes75,
EntitlementServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetBooleanDecision(String subject68,
String resource69,
String action70,
EntitlementServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetDecision(String request60,
EntitlementServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetDecisionByAttributes(String subject53,
String resource54,
String action55,
String[] environment56,
EntitlementServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetEntitledAttributes(String subjectName45,
String resourceName46,
String subjectId47,
String action48,
boolean enableChildSearch49,
EntitlementServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startxACMLAuthzDecisionQuery(String request64,
EntitlementServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
String |
xACMLAuthzDecisionQuery(String request64)
Auto generated method signature
|
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
public EntitlementServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public EntitlementServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public EntitlementServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public EntitlementServiceStub() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public EntitlementServiceStub(String targetEndpoint) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public EntitledResultSetDTO getEntitledAttributes(String subjectName45, String resourceName46, String subjectId47, String action48, boolean enableChildSearch49) throws RemoteException, EntitlementServiceIdentityException
getEntitledAttributes
in interface EntitlementService
getEntitledAttributes44
- EntitlementServiceIdentityException
- :RemoteException
EntitlementService.getEntitledAttributes(java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean)
public void startgetEntitledAttributes(String subjectName45, String resourceName46, String subjectId47, String action48, boolean enableChildSearch49, EntitlementServiceCallbackHandler callback) throws RemoteException
startgetEntitledAttributes
in interface EntitlementService
getEntitledAttributes44
- RemoteException
EntitlementService.startgetEntitledAttributes(java.lang.String, java.lang.String, java.lang.String, java.lang.String, boolean, org.wso2.carbon.identity.entitlement.stub.EntitlementServiceCallbackHandler)
public String getDecisionByAttributes(String subject53, String resource54, String action55, String[] environment56) throws RemoteException, EntitlementServiceException
getDecisionByAttributes
in interface EntitlementService
getDecisionByAttributes52
- EntitlementServiceException
- :RemoteException
EntitlementService.getDecisionByAttributes(java.lang.String, java.lang.String, java.lang.String, java.lang.String[])
public void startgetDecisionByAttributes(String subject53, String resource54, String action55, String[] environment56, EntitlementServiceCallbackHandler callback) throws RemoteException
startgetDecisionByAttributes
in interface EntitlementService
getDecisionByAttributes52
- RemoteException
EntitlementService.startgetDecisionByAttributes(java.lang.String, java.lang.String, java.lang.String, java.lang.String[], org.wso2.carbon.identity.entitlement.stub.EntitlementServiceCallbackHandler)
public String getDecision(String request60) throws RemoteException, EntitlementServiceException
getDecision
in interface EntitlementService
getDecision59
- EntitlementServiceException
- :RemoteException
EntitlementService.getDecision(java.lang.String)
public void startgetDecision(String request60, EntitlementServiceCallbackHandler callback) throws RemoteException
startgetDecision
in interface EntitlementService
getDecision59
- RemoteException
EntitlementService.startgetDecision(java.lang.String, org.wso2.carbon.identity.entitlement.stub.EntitlementServiceCallbackHandler)
public String xACMLAuthzDecisionQuery(String request64) throws RemoteException, EntitlementServiceException
xACMLAuthzDecisionQuery
in interface EntitlementService
xACMLAuthzDecisionQuery63
- EntitlementServiceException
- :RemoteException
EntitlementService.xACMLAuthzDecisionQuery(java.lang.String)
public void startxACMLAuthzDecisionQuery(String request64, EntitlementServiceCallbackHandler callback) throws RemoteException
startxACMLAuthzDecisionQuery
in interface EntitlementService
xACMLAuthzDecisionQuery63
- RemoteException
EntitlementService.startxACMLAuthzDecisionQuery(java.lang.String, org.wso2.carbon.identity.entitlement.stub.EntitlementServiceCallbackHandler)
public boolean getBooleanDecision(String subject68, String resource69, String action70) throws RemoteException, EntitlementServiceException
getBooleanDecision
in interface EntitlementService
getBooleanDecision67
- EntitlementServiceException
- :RemoteException
EntitlementService.getBooleanDecision(java.lang.String, java.lang.String, java.lang.String)
public void startgetBooleanDecision(String subject68, String resource69, String action70, EntitlementServiceCallbackHandler callback) throws RemoteException
startgetBooleanDecision
in interface EntitlementService
getBooleanDecision67
- RemoteException
EntitlementService.startgetBooleanDecision(java.lang.String, java.lang.String, java.lang.String, org.wso2.carbon.identity.entitlement.stub.EntitlementServiceCallbackHandler)
public EntitledResultSetDTO getAllEntitlements(String identifier74, AttributeDTO[] givenAttributes75) throws RemoteException, EntitlementServiceIdentityException
getAllEntitlements
in interface EntitlementService
getAllEntitlements73
- EntitlementServiceIdentityException
- :RemoteException
EntitlementService.getAllEntitlements(java.lang.String, org.wso2.carbon.identity.entitlement.stub.dto.AttributeDTO[])
public void startgetAllEntitlements(String identifier74, AttributeDTO[] givenAttributes75, EntitlementServiceCallbackHandler callback) throws RemoteException
startgetAllEntitlements
in interface EntitlementService
getAllEntitlements73
- RemoteException
EntitlementService.startgetAllEntitlements(java.lang.String, org.wso2.carbon.identity.entitlement.stub.dto.AttributeDTO[], org.wso2.carbon.identity.entitlement.stub.EntitlementServiceCallbackHandler)
Copyright © 2022 WSO2. All rights reserved.