org.exoplatform.services.videocall
Class AuthService

java.lang.Object
  extended by org.exoplatform.services.videocall.AuthService

public class AuthService
extends Object


Constructor Summary
AuthService()
           
 
Method Summary
 String authenticate(VideoCallModel videoCallModel, String profile_id)
           
static File convertInputStreamToFile(InputStream inputStream, String fileName)
           
protected static KeyManager[] getKeyManagers(String keyStoreType, InputStream keyStoreFile, String keyStorePassword)
           
protected static TrustManager[] getTrustManagers(InputStream trustStoreFile, String trustStorePassword)
           
 org.json.JSONObject verifyPermission(String entry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthService

public AuthService()
Method Detail

verifyPermission

public org.json.JSONObject verifyPermission(String entry)
                                     throws Exception
Throws:
Exception

authenticate

public String authenticate(VideoCallModel videoCallModel,
                           String profile_id)

getKeyManagers

protected static KeyManager[] getKeyManagers(String keyStoreType,
                                             InputStream keyStoreFile,
                                             String keyStorePassword)
                                      throws Exception
Throws:
Exception

getTrustManagers

protected static TrustManager[] getTrustManagers(InputStream trustStoreFile,
                                                 String trustStorePassword)
                                          throws Exception
Throws:
Exception

convertInputStreamToFile

public static File convertInputStreamToFile(InputStream inputStream,
                                            String fileName)


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