public class AuthenticateStub extends Object
| Constructor and Description |
|---|
AuthenticateStub() |
| Modifier and Type | Method and Description |
|---|---|
static void |
authenticateStub(String userName,
String password,
org.apache.axis2.client.Stub stub)
Authenticate the given web service stub against the Product user manager.
|
static void |
authenticateStub(String sessionCookie,
org.apache.axis2.client.Stub stub)
Stub authentication method
|
static org.apache.axis2.client.Stub |
authenticateStub(org.apache.axis2.client.Stub stub,
String sessionCookie,
String backendURL) |
public static void authenticateStub(String sessionCookie, org.apache.axis2.client.Stub stub)
stub - valid stubsessionCookie - session cookiepublic static org.apache.axis2.client.Stub authenticateStub(org.apache.axis2.client.Stub stub,
String sessionCookie,
String backendURL)
public static void authenticateStub(String userName, String password, org.apache.axis2.client.Stub stub)
stub - Axis2 service stub which needs to be authenticatedCopyright © 2019 WSO2. All rights reserved.