jar

org.echocat.marquardt : example

Maven & Gradle

Nov 27, 2015
0 stars

Marquardt Java SDK - Example

Table Of Contents

Latest Version

Download org.echocat.marquardt : example JAR file - Latest Versions:

All Versions

Download org.echocat.marquardt : example JAR file - All Versions:

Version Vulnerabilities Size Updated
0.14
0.13
0.11
0.10
0.9
0.8
0.7
0.6
0.5
0.4
0.3
0.2
0.1

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 example-0.14.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.echocat.marquardt.example.domain

├─ org.echocat.marquardt.example.domain.Client.class - [JAR]

├─ org.echocat.marquardt.example.domain.CustomSignUpAccountData.class - [JAR]

├─ org.echocat.marquardt.example.domain.ExampleRoles.class - [JAR]

├─ org.echocat.marquardt.example.domain.PersistentSession.class - [JAR]

├─ org.echocat.marquardt.example.domain.PersistentUser.class - [JAR]

├─ org.echocat.marquardt.example.domain.UserClientInformation.class - [JAR]

├─ org.echocat.marquardt.example.domain.UserCredentials.class - [JAR]

├─ org.echocat.marquardt.example.domain.UserInfo.class - [JAR]

org.echocat.marquardt.example

├─ org.echocat.marquardt.example.ExampleApplication.class - [JAR]

├─ org.echocat.marquardt.example.ExampleAuthorityController.class - [JAR]

├─ org.echocat.marquardt.example.ExampleServiceController.class - [JAR]

├─ org.echocat.marquardt.example.SecurityConfiguration.class - [JAR]

org.echocat.marquardt.example.persistence.jpa

├─ org.echocat.marquardt.example.persistence.jpa.ClientRepository.class - [JAR]

├─ org.echocat.marquardt.example.persistence.jpa.PersistentSessionRepository.class - [JAR]

├─ org.echocat.marquardt.example.persistence.jpa.UserRepository.class - [JAR]

org.echocat.marquardt.example.persistence

├─ org.echocat.marquardt.example.persistence.ClientAccessPolicyImpl.class - [JAR]

├─ org.echocat.marquardt.example.persistence.OneSessionPerClientPolicy.class - [JAR]

├─ org.echocat.marquardt.example.persistence.PersistentSessionStore.class - [JAR]

├─ org.echocat.marquardt.example.persistence.PersistentUserCatalog.class - [JAR]

├─ org.echocat.marquardt.example.persistence.UserCreatorImpl.class - [JAR]

org.echocat.marquardt.example.keyprovisioning

├─ org.echocat.marquardt.example.keyprovisioning.KeyFileReadingKeyPairProvider.class - [JAR]

├─ org.echocat.marquardt.example.keyprovisioning.KeyFileReadingTrustedKeysProvider.class - [JAR]

Advertisement