public class RemoteUserStoreManagerServiceClient extends Object
| Constructor and Description |
|---|
RemoteUserStoreManagerServiceClient(String cookie,
String url)
Creates a new RemoteUserStoreManagerServiceClient object and initialising the RemoteUserStoreManagerServiceStub
|
| Modifier and Type | Method and Description |
|---|---|
void |
updateClaims(String userName,
String claimURI,
String climValue)
This method is use to set a value for given claim
|
public RemoteUserStoreManagerServiceClient(String cookie, String url) throws org.apache.axis2.AxisFault
cookie - cookie to get authentication for RemoteUserStoreManagerServiceurl - https server urlorg.apache.axis2.AxisFault - Throws this when RemoteUserStoreManagerServiceStub failed initialisepublic void updateClaims(String userName, String claimURI, String climValue) throws RemoteException, org.wso2.carbon.um.ws.api.stub.RemoteUserStoreManagerServiceUserStoreExceptionException
userName - currently logged userclaimURI - URI of the claimclimValue - value of the claimRemoteException - Throws this when failed to update a claim valueorg.wso2.carbon.um.ws.api.stub.RemoteUserStoreManagerServiceUserStoreExceptionExceptionCopyright © 2017 WSO2. All rights reserved.