public class AuthService extends Object
| Constructor and Description |
|---|
AuthService() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public org.json.JSONObject verifyPermission(String entry) throws Exception
Exceptionpublic String authenticate(VideoCallModel videoCallModel, String profile_id)
protected static KeyManager[] getKeyManagers(String keyStoreType, InputStream keyStoreFile, String keyStorePassword) throws Exception
Exceptionprotected static TrustManager[] getTrustManagers(InputStream trustStoreFile, String trustStorePassword) throws Exception
Exceptionpublic static File convertInputStreamToFile(InputStream inputStream, String fileName)
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.