@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2017-12-17T23:28:57.629-05:00") public class AuthenticationApi extends Object
| Constructor and Description |
|---|
AuthenticationApi() |
AuthenticationApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
Token |
v1AppAuthenticatePost()
PROVISIONAL - Authenticate an application in a delegated context.
|
OboAuthResponse |
v1AppUsernameUsernameAuthenticatePost(String username,
String sessionToken)
PROVISIONAL - Authenicate an application in a delegated context to act on behalf of a user
|
OboAuthResponse |
v1AppUserUidAuthenticatePost(Long uid,
String sessionToken)
PROVISIONAL - Authenicate an application in a delegated context to act on behalf of a user
|
ExtensionAppTokens |
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 |
v1AuthenticatePost()
Authenticate.
|
Token |
v1LogoutPost(String sessionToken)
Logout.
|
public AuthenticationApi()
public AuthenticationApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public Token v1AppAuthenticatePost() throws ApiException
ApiException - if fails to make API callpublic OboAuthResponse v1AppUserUidAuthenticatePost(Long uid, String sessionToken) throws ApiException
uid - user id (required)sessionToken - Authorization token obtains from app/authenicate API (required)ApiException - if fails to make API callpublic OboAuthResponse v1AppUsernameUsernameAuthenticatePost(String username, String sessionToken) throws ApiException
username - username (required)sessionToken - Authorization token obtains from app/authenicate API (required)ApiException - if fails to make API callpublic ExtensionAppTokens v1AuthenticateExtensionAppPost(AuthenticateRequest authRequest) throws ApiException
authRequest - application generated token (required)ApiException - if fails to make API callpublic Token v1AuthenticatePost() throws ApiException
ApiException - if fails to make API callpublic Token v1LogoutPost(String sessionToken) throws ApiException
sessionToken - the session token to logout. (required)ApiException - if fails to make API callCopyright © 2017 Symphony Software Foundation. All rights reserved.