public class ClaimManagementServiceClient extends Object
| Constructor and Description |
|---|
ClaimManagementServiceClient(String cookie,
String url)
Creates a new ClaimManagementServiceClient object and initialising the ClaimManagementServiceStub
|
public ClaimManagementServiceClient(String cookie, String url) throws org.apache.axis2.AxisFault
cookie - cookie to get authentication for ClaimManagementServiceurl - https server urlorg.apache.axis2.AxisFault - Throws this when ClaimManagementServiceStub failed initialisepublic void addClaim(String description, String claimURI, boolean isRequired) throws RemoteException, org.wso2.carbon.claim.mgt.stub.ClaimManagementServiceClaimManagementException
description - Name of the claimclaimURI - URI of the claimisRequired - Whether claim is required or notRemoteException - Throws this when failed to add a claim mappingorg.wso2.carbon.claim.mgt.stub.ClaimManagementServiceClaimManagementExceptionCopyright © 2017 WSO2. All rights reserved.