@ProviderType
public class WeDeployAuthAppServiceUtil
extends java.lang.Object
com.liferay.portal.security.wedeploy.auth.service.impl.WeDeployAuthAppServiceImpl
and is the
primary access point for service operations in application layer code running
on a remote server. Methods of this service are expected to have security
checks based on the propagated JAAS credentials because this service can be
accessed remotely.WeDeployAuthAppService
,
com.liferay.portal.security.wedeploy.auth.service.base.WeDeployAuthAppServiceBaseImpl
,
com.liferay.portal.security.wedeploy.auth.service.impl.WeDeployAuthAppServiceImpl
Constructor and Description |
---|
WeDeployAuthAppServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static WeDeployAuthApp |
addWeDeployAuthApp(java.lang.String name,
java.lang.String redirectURI,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
static WeDeployAuthApp |
deleteWeDeployAuthApp(long weDeployAuthAppId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static WeDeployAuthAppService |
getService() |
public static 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
public static WeDeployAuthApp deleteWeDeployAuthApp(long weDeployAuthAppId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.lang.String getOSGiServiceIdentifier()
public static WeDeployAuthAppService getService()