| Package | Description |
|---|---|
| org.symphonyoss.symphony.authenticator.api | |
| org.symphonyoss.symphony.authenticator.invoker |
| Modifier and Type | Method and Description |
|---|---|
Token |
AuthenticationApi.v1AppAuthenticatePost()
PROVISIONAL - Authenticate an application in a delegated context.
|
PodCertificate |
PodApi.v1AppPodCertificateGet()
Retrieve the certificate that can be use to validate the JWT token obtain through the extension application authentication flow.
|
OboAuthResponse |
AuthenticationApi.v1AppUsernameUsernameAuthenticatePost(String username,
String sessionToken)
PROVISIONAL - Authenicate an application in a delegated context to act on behalf of a user
|
OboAuthResponse |
AuthenticationApi.v1AppUserUidAuthenticatePost(Long uid,
String sessionToken)
PROVISIONAL - Authenicate an application in a delegated context to act on behalf of a user
|
ExtensionAppTokens |
AuthenticationApi.v1AuthenticateExtensionAppPost(AuthenticateRequest authRequest)
Authenticate a client-extension application
Based on the application's SSL client certificate presented by the TLS layer, it authenticates the client-extension application and return a symphony verification token.
|
Token |
AuthenticationApi.v1AuthenticatePost()
Authenticate.
|
Token |
AuthenticationApi.v1LogoutPost(String sessionToken)
Logout.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ApiClient.deserialize(javax.ws.rs.core.Response response,
javax.ws.rs.core.GenericType<T> returnType)
Deserialize response body to Java object according to the Content-Type.
|
File |
ApiClient.downloadFileFromResponse(javax.ws.rs.core.Response response)
Download file from the given response.
|
<T> T |
ApiClient.invokeAPI(String path,
String method,
List<Pair> queryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String accept,
String contentType,
String[] authNames,
javax.ws.rs.core.GenericType<T> returnType)
Invoke API by sending HTTP request with the given options.
|
javax.ws.rs.client.Entity<?> |
ApiClient.serialize(Object obj,
Map<String,Object> formParams,
String contentType)
Serialize the given Java object into string entity according the given
Content-Type (only JSON is supported for now).
|
Copyright © 2017 Symphony Software Foundation. All rights reserved.