@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface OAuthUserService extends BaseService
OAuthUserServiceUtil| 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.
|
OAuthUser addOAuthUser(java.lang.String consumerKey, ServiceContext serviceContext) throws PortalException
PortalExceptionOAuthUser deleteOAuthUser(long oAuthApplicationId) throws PortalException
PortalExceptionjava.lang.String getOSGiServiceIdentifier()