jar

org.symphonyoss.symphony.apps : symphony-app-authentication-api

Maven & Gradle

Apr 13, 2018
1 usages
0 stars

Symphony app authentication API · Enables third-party applications to expose the API's to allow the app authentication process into the Symphony platform.

Table Of Contents

Latest Version

Download org.symphonyoss.symphony.apps : symphony-app-authentication-api JAR file - Latest Versions:

All Versions

Download org.symphonyoss.symphony.apps : symphony-app-authentication-api JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window symphony-app-authentication-api-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.symphonyoss.symphony.apps.authentication.servlets

├─ org.symphonyoss.symphony.apps.authentication.servlets.AppAuthenticationServlet.class - [JAR]

├─ org.symphonyoss.symphony.apps.authentication.servlets.AppBaseServlet.class - [JAR]

├─ org.symphonyoss.symphony.apps.authentication.servlets.JwtValidationServlet.class - [JAR]

├─ org.symphonyoss.symphony.apps.authentication.servlets.TokensValidationServlet.class - [JAR]

org.symphonyoss.symphony.apps.authentication.servlets.model

├─ org.symphonyoss.symphony.apps.authentication.servlets.model.AppInfo.class - [JAR]

├─ org.symphonyoss.symphony.apps.authentication.servlets.model.ErrorResponse.class - [JAR]

├─ org.symphonyoss.symphony.apps.authentication.servlets.model.JwtInfo.class - [JAR]

org.symphonyoss.symphony.apps.authentication.tokens

├─ org.symphonyoss.symphony.apps.authentication.tokens.StoreTokensProvider.class - [JAR]

├─ org.symphonyoss.symphony.apps.authentication.tokens.StoreTokensProviderFactory.class - [JAR]

org.symphonyoss.symphony.apps.authentication.keystore

├─ org.symphonyoss.symphony.apps.authentication.keystore.KeystoreProvider.class - [JAR]

├─ org.symphonyoss.symphony.apps.authentication.keystore.KeystoreProviderFactory.class - [JAR]

org.symphonyoss.symphony.apps.authentication.tokens.model

├─ org.symphonyoss.symphony.apps.authentication.tokens.model.AppToken.class - [JAR]

org.symphonyoss.symphony.apps.authentication.keystore.model

├─ org.symphonyoss.symphony.apps.authentication.keystore.model.KeystoreSettings.class - [JAR]

org.symphonyoss.symphony.apps.authentication

├─ org.symphonyoss.symphony.apps.authentication.AppAuthenticationApiClient.class - [JAR]

├─ org.symphonyoss.symphony.apps.authentication.AppAuthenticationException.class - [JAR]

├─ org.symphonyoss.symphony.apps.authentication.AppAuthenticationService.class - [JAR]