public class SparqlEndpointConnectionCredentials extends Object
Constructor and Description |
---|
SparqlEndpointConnectionCredentials(URL url)
Creates a new instance.
|
SparqlEndpointConnectionCredentials(URL url,
String username,
String password)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getPassword()
Returns the SPARQL endpoint password.
|
URL |
getUrl()
Returns the SPARQL endpoint URL.
|
String |
getUsername()
Returns the SPARQL endpoint username.
|
public SparqlEndpointConnectionCredentials(URL url)
url
- SPARQL endpoint URLpublic URL getUrl()
public String getUsername()
public String getPassword()
Copyright © 2013. All Rights Reserved.