org.exoplatform.services.videocall
Class RESTAuthService

java.lang.Object
  extended by org.exoplatform.services.videocall.RESTAuthService
All Implemented Interfaces:
org.exoplatform.services.rest.resource.ResourceContainer

public class RESTAuthService
extends Object
implements org.exoplatform.services.rest.resource.ResourceContainer


Constructor Summary
RESTAuthService()
           
 
Method Summary
 javax.ws.rs.core.Response auth()
           
 javax.ws.rs.core.Response auth(String profileId)
           
 javax.ws.rs.core.Response verifyPermission(String permissionId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RESTAuthService

public RESTAuthService()
Method Detail

auth

@RolesAllowed(value="users")
public javax.ws.rs.core.Response auth()

verifyPermission

@RolesAllowed(value="users")
public javax.ws.rs.core.Response verifyPermission(String permissionId)
                                           throws Exception
Throws:
Exception

auth

@RolesAllowed(value="users")
public javax.ws.rs.core.Response auth(String profileId)


Copyright © 2003–2014 eXo Platform SAS. All rights reserved.