Class LogoutApiServiceImpl
- java.lang.Object
-
- org.wso2.carbon.analytics.auth.rest.api.LogoutApiService
-
- org.wso2.carbon.analytics.auth.rest.api.impl.LogoutApiServiceImpl
-
public class LogoutApiServiceImpl extends LogoutApiService
Implementation for Logout API.
-
-
Constructor Summary
Constructors Constructor Description LogoutApiServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.ResponselogoutAppNamePost(String appName, org.wso2.msf4j.Request request)voidregisterServiceComponet(ServiceComponent serviceComponent)javax.ws.rs.core.ResponsessoLogout(String appName, org.wso2.msf4j.Request request)protected voidstart(org.osgi.framework.BundleContext bundleContext)protected voidstop()voidunRegisterServiceComponet(ServiceComponent serviceComponent)
-
-
-
Method Detail
-
registerServiceComponet
public void registerServiceComponet(ServiceComponent serviceComponent)
-
unRegisterServiceComponet
public void unRegisterServiceComponet(ServiceComponent serviceComponent)
-
start
protected void start(org.osgi.framework.BundleContext bundleContext)
-
stop
protected void stop()
-
logoutAppNamePost
public javax.ws.rs.core.Response logoutAppNamePost(String appName, org.wso2.msf4j.Request request) throws NotFoundException
- Specified by:
logoutAppNamePostin classLogoutApiService- Throws:
NotFoundException
-
ssoLogout
public javax.ws.rs.core.Response ssoLogout(String appName, org.wso2.msf4j.Request request) throws NotFoundException
- Specified by:
ssoLogoutin classLogoutApiService- Throws:
NotFoundException
-
-