public class SPSProxyHelper extends Object
Modifier and Type | Class and Description |
---|---|
protected static class |
SPSProxyHelper.ResourceProvider
Implementation of EngineConfiguration that we'll use to get the wsdd file from a
local resource.
|
protected static class |
SPSProxyHelper.UserGroupWS
SharePoint UserGroup Service Wrapper Class
|
Modifier and Type | Field and Description |
---|---|
static String |
HTTPCLIENT_PROPERTY |
Constructor and Description |
---|
SPSProxyHelper(String serverUrl,
String serverLocation,
String decodedServerLocation,
String userName,
String password,
Class resourceClass,
String configFileName,
org.apache.http.client.HttpClient httpClient,
boolean isClaimSpace) |
Modifier and Type | Method and Description |
---|---|
boolean |
checkConnection(String site) |
List<String> |
getAccessTokens(String site,
String userLoginName)
Get the access tokens for a user principal.
|
protected String |
mapToClaimSpace(String userLoginName)
Conditionally map SharePoint user login name to claim space.
|
public static final String HTTPCLIENT_PROPERTY
public List<String> getAccessTokens(String site, String userLoginName) throws ManifoldCFException
ManifoldCFException
public boolean checkConnection(String site) throws ManifoldCFException
MalformedURLException
javax.xml.rpc.ServiceException
RemoteException
ManifoldCFException