@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface WeDeployAuthAppService
extends com.liferay.portal.kernel.service.BaseService
WeDeployAuthAppServiceUtil
,
com.liferay.portal.security.wedeploy.auth.service.base.WeDeployAuthAppServiceBaseImpl
,
com.liferay.portal.security.wedeploy.auth.service.impl.WeDeployAuthAppServiceImpl
Modifier and Type | Method and Description |
---|---|
WeDeployAuthApp |
addWeDeployAuthApp(java.lang.String name,
java.lang.String redirectURI,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
WeDeployAuthApp |
deleteWeDeployAuthApp(long weDeployAuthAppId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
WeDeployAuthApp addWeDeployAuthApp(java.lang.String name, java.lang.String redirectURI, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
WeDeployAuthApp deleteWeDeployAuthApp(long weDeployAuthAppId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getOSGiServiceIdentifier()