jar

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

Maven & Gradle

Apr 13, 2018
3 usages
0 stars

Symphony app authentication common · Common classes and interfaces to implement authentication stuff for third-party applications

Table Of Contents

Latest Version

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

All Versions

Download org.symphonyoss.symphony.apps : symphony-app-authentication-common 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-common-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.utils

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

org.symphonyoss.symphony.apps.authentication.jwt

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

org.symphonyoss.symphony.apps.authentication.jwt.exception

├─ org.symphonyoss.symphony.apps.authentication.jwt.exception.JwtProcessingException.class - [JAR]

org.symphonyoss.symphony.apps.authentication

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

org.symphonyoss.symphony.apps.authentication.certificate

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

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

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

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

org.symphonyoss.symphony.apps.authentication.certificate.exception

├─ org.symphonyoss.symphony.apps.authentication.certificate.exception.PodCertificateException.class - [JAR]

org.symphonyoss.symphony.apps.authentication.jwt.model

├─ org.symphonyoss.symphony.apps.authentication.jwt.model.JwtPayload.class - [JAR]

├─ org.symphonyoss.symphony.apps.authentication.jwt.model.JwtUser.class - [JAR]

org.symphonyoss.symphony.apps.authentication.certificate.model

├─ org.symphonyoss.symphony.apps.authentication.certificate.model.PodCertificate.class - [JAR]

org.symphonyoss.symphony.apps.authentication.endpoints

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

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

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

org.symphonyoss.symphony.apps.authentication.json

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

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

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

Advertisement