public class OAuthUserServiceWrapper extends java.lang.Object implements OAuthUserService, ServiceWrapper<OAuthUserService>
OAuthUserService.OAuthUserService| Constructor and Description |
|---|
OAuthUserServiceWrapper(OAuthUserService oAuthUserService) |
| Modifier and Type | Method and Description |
|---|---|
OAuthUser |
addOAuthUser(java.lang.String consumerKey,
ServiceContext serviceContext) |
OAuthUser |
deleteOAuthUser(long oAuthApplicationId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
OAuthUserService |
getWrappedService() |
void |
setWrappedService(OAuthUserService oAuthUserService) |
public OAuthUserServiceWrapper(OAuthUserService oAuthUserService)
public OAuthUser addOAuthUser(java.lang.String consumerKey, ServiceContext serviceContext) throws PortalException
addOAuthUser in interface OAuthUserServicePortalExceptionpublic OAuthUser deleteOAuthUser(long oAuthApplicationId) throws PortalException
deleteOAuthUser in interface OAuthUserServicePortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface OAuthUserServicepublic OAuthUserService getWrappedService()
getWrappedService in interface ServiceWrapper<OAuthUserService>public void setWrappedService(OAuthUserService oAuthUserService)
setWrappedService in interface ServiceWrapper<OAuthUserService>