Package com.inrupt.client.webid
Class WebIdProfile
- java.lang.Object
-
- com.inrupt.rdf.wrapping.commons.WrapperDataset
-
- com.inrupt.client.RDFSource
-
- com.inrupt.client.webid.WebIdProfile
-
-
Constructor Summary
Constructors Constructor Description WebIdProfile(URI identifier, Dataset dataset)
Create a new WebID profile resource.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<URI>
getOidcIssuers()
Retrieve the list of OIDC issuers.Set<URI>
getRelatedResources()
Retrieve the list of related profile resources.Set<URI>
getStorages()
Retrieve the list of storage locations.Set<URI>
getTypes()
Retrieve the RDF type values.-
Methods inherited from class com.inrupt.client.RDFSource
close, getContentType, getEntity, getIdentifier, serialize, validate
-
Methods inherited from class com.inrupt.rdf.wrapping.commons.WrapperDataset
add, add, clear, contains, contains, getGraph, getGraph, getGraphNames, remove, remove, size, stream, stream
-
-