org.oslc.asset.internal
Class RootServicesDescription
java.lang.Object
org.oslc.asset.internal.Resource
org.oslc.asset.internal.RootServicesDescription
public class RootServicesDescription
- extends Resource
Java class for ServiceDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RootServicesDescription
public RootServicesDescription()
getOAuthRequestConsumerKeyUrl
public ResourceRef getOAuthRequestConsumerKeyUrl()
setOAuthRequestConsumerKeyUrl
public void setOAuthRequestConsumerKeyUrl(ResourceRef oauthRequestConsumerKeyUrl)
getOAuthRequestTokenUrl
public ResourceRef getOAuthRequestTokenUrl()
- Returns:
- Returns the oauthRequestTokenUrl.
- Since:
- 7.5
setOAuthRequestTokenUrl
public void setOAuthRequestTokenUrl(ResourceRef oauthRequestTokenUrl)
- Parameters:
oauthRequestTokenUrl - The oauthRequestTokenUrl to set.- Since:
- 7.5
getOAuthUserAuthorizationUrl
public ResourceRef getOAuthUserAuthorizationUrl()
- Returns:
- Returns the oauthUserAuthorizationUrl.
- Since:
- 7.5
setOAuthUserAuthorizationUrl
public void setOAuthUserAuthorizationUrl(ResourceRef oauthUserAuthorizationUrl)
- Parameters:
oauthUserAuthorizationUrl - The oauthUserAuthorizationUrl to set.- Since:
- 7.5
getOAuthAccessTokenUrl
public ResourceRef getOAuthAccessTokenUrl()
- Returns:
- Returns the oauthAccessTokenUrl.
- Since:
- 7.5
setOAuthAccessTokenUrl
public void setOAuthAccessTokenUrl(ResourceRef oauthAccessTokenUrl)
- Parameters:
oauthAccessTokenUrl - The oauthAccessTokenUrl to set.- Since:
- 7.5
getRepository
public Repository getRepository()
- Returns:
- Returns the repository.
- Since:
- 7.5
setRepository
public void setRepository(Repository repository)
- Parameters:
repository - The repository to set.- Since:
- 7.5
getCatalog
public ResourceRef getCatalog()
- Returns:
- Returns the assetServiceProvider.
- Since:
- 7.2.0.2
setCatalog
public void setCatalog(ResourceRef catalog)
- Parameters:
assetServiceProvider - The assetServiceProvider to set.- Since:
- 7.2.0.2
getOAuthRealmName
public java.lang.String getOAuthRealmName()
getOAuthDomain
public java.lang.String getOAuthDomain()
setOAuthRealmName
public void setOAuthRealmName(java.lang.String oauthRealmName)
setOAuthDomain
public void setOAuthDomain(java.lang.String oauthDomain)