public class RootServices extends AbstractResource
Represents a RootServices resource.
This resource cannot be de-serialized directly by a Jena provider, as the root services resources does not have an rdf:type. It can be parsed using com.sodius.oslc.client.oauth.getRootServices(). It has an OslcResourceShape annotation just so that it can be correctly parsed within com.sodius.oslc.client.oauth.getRootServices().
Due to the very flexible and extensible nature of root services, all root services properties are stored as extended properties. This class provides getters for the OAuth information.
This resource is not intended to be written using a Jena provider.
Constructor and Description |
---|
RootServices() |
Modifier and Type | Method and Description |
---|---|
URI |
getOAuthAccessToken() |
String |
getOAuthRealmName() |
URI |
getOAuthRequestToken() |
URI |
getOAuthUserAuthorization() |
URI |
getPublisher() |
addType, getAbout, getExtendedProperties, getTypes, setAbout, setExtendedProperties, setTypes
public URI getOAuthAccessToken()
public URI getOAuthRequestToken()
public URI getOAuthUserAuthorization()
public String getOAuthRealmName()
public URI getPublisher()