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
- All Implemented Interfaces:
 Resource,AutoCloseable,org.apache.commons.rdf.api.Dataset,org.apache.commons.rdf.api.GraphLike<org.apache.commons.rdf.api.Quad>
A WebID Profile for use with Solid.
- 
Field Summary
 - 
Constructor Summary
ConstructorsConstructorDescriptionWebIdProfile(URI identifier, org.apache.commons.rdf.api.Dataset dataset) Create a new WebID profile resource. - 
Method Summary
Modifier and TypeMethodDescriptionRetrieve the list of OIDC issuers.Retrieve the list of related profile resources.Retrieve the list of storage locations.getTypes()Retrieve the RDF type values.Methods inherited from class com.inrupt.client.RDFSource
close, getContentType, getEntity, getHeaders, getIdentifier, serialize, validateMethods inherited from class com.inrupt.rdf.wrapping.commons.WrapperDataset
add, add, clear, contains, contains, getGraph, getGraph, getGraphNames, remove, remove, size, stream, streamMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.commons.rdf.api.Dataset
iterate, iterate 
- 
Constructor Details
- 
WebIdProfile
Create a new WebID profile resource.- Parameters:
 identifier- the webid URIdataset- the webid profile dataset
 
 - 
 - 
Method Details
- 
getTypes
Retrieve the RDF type values.- Returns:
 - the 
rdf:typevalues 
 - 
getOidcIssuers
Retrieve the list of OIDC issuers.- Returns:
 - the 
solid:oidcIssuervalues 
 - 
getRelatedResources
Retrieve the list of related profile resources.- Returns:
 - the 
rdfs:seeAlsovalues 
 - 
getStorages
Retrieve the list of storage locations.- Returns:
 - the 
pim:storagevalues 
 
 -