public class ClientFactory extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static org.apache.marmotta.ldclient.model.ClientConfiguration |
createClient(org.apache.http.auth.AuthScope authScope,
org.apache.http.auth.Credentials credentials)
Configure a linked data client suitable for use with a Fedora Repository.
|
static org.apache.marmotta.ldclient.model.ClientConfiguration |
createClient(org.apache.http.auth.AuthScope authScope,
org.apache.http.auth.Credentials credentials,
java.util.List<org.apache.marmotta.ldclient.api.endpoint.Endpoint> endpoints,
java.util.List<org.apache.marmotta.ldclient.api.provider.DataProvider> providers)
Create a linked data client suitable for use with a Fedora Repository.
|
static org.apache.marmotta.ldclient.model.ClientConfiguration |
createClient(org.apache.marmotta.ldclient.api.provider.DataProvider provider)
Configure a linked data client suitable for use with a Fedora Repository.
|
static org.apache.marmotta.ldclient.model.ClientConfiguration |
createClient(org.apache.marmotta.ldclient.api.endpoint.Endpoint endpoint)
Configure a linked data client suitable for use with a Fedora Repository.
|
static org.apache.marmotta.ldclient.model.ClientConfiguration |
createClient(org.apache.marmotta.ldclient.api.endpoint.Endpoint endpoint,
org.apache.marmotta.ldclient.api.provider.DataProvider provider)
Configure a linked data client suitable for use with a Fedora Repository.
|
static org.apache.marmotta.ldclient.model.ClientConfiguration |
createClient(java.util.List<org.apache.marmotta.ldclient.api.endpoint.Endpoint> endpoints,
java.util.List<org.apache.marmotta.ldclient.api.provider.DataProvider> providers)
Configure a linked data client suitable for use with a Fedora Repository.
|
public static org.apache.marmotta.ldclient.model.ClientConfiguration createClient(org.apache.marmotta.ldclient.api.endpoint.Endpoint endpoint)
endpoint - Endpoint to enable on the clientpublic static org.apache.marmotta.ldclient.model.ClientConfiguration createClient(org.apache.marmotta.ldclient.api.provider.DataProvider provider)
provider - Provider to enable on the clientpublic static org.apache.marmotta.ldclient.model.ClientConfiguration createClient(org.apache.marmotta.ldclient.api.endpoint.Endpoint endpoint, org.apache.marmotta.ldclient.api.provider.DataProvider provider)
endpoint - Endpoint to enable on the clientprovider - Provider to enable on the clientpublic static org.apache.marmotta.ldclient.model.ClientConfiguration createClient(java.util.List<org.apache.marmotta.ldclient.api.endpoint.Endpoint> endpoints, java.util.List<org.apache.marmotta.ldclient.api.provider.DataProvider> providers)
endpoints - additional endpoints to enable on the clientproviders - additional providers to enable on the clientpublic static org.apache.marmotta.ldclient.model.ClientConfiguration createClient(org.apache.http.auth.AuthScope authScope, org.apache.http.auth.Credentials credentials)
authScope - the authentication scopecredentials - the credentialspublic static org.apache.marmotta.ldclient.model.ClientConfiguration createClient(org.apache.http.auth.AuthScope authScope, org.apache.http.auth.Credentials credentials, java.util.List<org.apache.marmotta.ldclient.api.endpoint.Endpoint> endpoints, java.util.List<org.apache.marmotta.ldclient.api.provider.DataProvider> providers)
authScope - the authentication scopecredentials - the credentialsendpoints - additional endpoints to enable on the clientproviders - additional providers to enable on the clientCopyright © 2013-2019 DuraSpace, Inc.. All Rights Reserved.