org.exoplatform.services.videocall
Class AuthService
java.lang.Object
org.exoplatform.services.videocall.AuthService
public class AuthService
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthService
public AuthService()
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–2014 eXo Platform SAS. All rights reserved.