public class WeDeployAuthAppServiceUtil
extends java.lang.Object
com.liferay.portal.security.wedeploy.auth.service.impl.WeDeployAuthAppServiceImpl and is an
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| Constructor and Description |
|---|
WeDeployAuthAppServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static WeDeployAuthApp |
addWeDeployAuthApp(java.lang.String name,
java.lang.String redirectURI,
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, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static WeDeployAuthApp deleteWeDeployAuthApp(long weDeployAuthAppId) throws PortalException
PortalExceptionpublic static java.lang.String getOSGiServiceIdentifier()
public static WeDeployAuthAppService getService()