View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window legend-engine-xt-authentication-implementation-core-4.25.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.finos.legend.authentication.vault
├─ org.finos.legend.authentication.vault.CredentialVault.class - [JAR]
├─ org.finos.legend.authentication.vault.CredentialVaultProvider.class - [JAR]
├─ org.finos.legend.authentication.vault.PlatformCredentialVaultProvider.class - [JAR]
org.finos.legend.connection
├─ org.finos.legend.connection.ConnectionFactory.class - [JAR]
├─ org.finos.legend.connection.ConnectionFactoryFlow.class - [JAR]
├─ org.finos.legend.connection.ConnectionFactoryFlowProvider.class - [JAR]
├─ org.finos.legend.connection.ConnectionManager.class - [JAR]
├─ org.finos.legend.connection.ConnectionSpecification.class - [JAR]
├─ org.finos.legend.connection.DefaultConnectionFactoryFlowProvider.class - [JAR]
org.finos.legend.authentication.intermediationrule
├─ org.finos.legend.authentication.intermediationrule.IntermediationRule.class - [JAR]
├─ org.finos.legend.authentication.intermediationrule.IntermediationRuleProvider.class - [JAR]
org.finos.legend.authentication.credentialprovider.impl
├─ org.finos.legend.authentication.credentialprovider.impl.ApikeyCredentialProvider.class - [JAR]
├─ org.finos.legend.authentication.credentialprovider.impl.KerberosCredentialProvider.class - [JAR]
├─ org.finos.legend.authentication.credentialprovider.impl.PrivateKeyCredentialProvider.class - [JAR]
├─ org.finos.legend.authentication.credentialprovider.impl.UserPasswordCredentialProvider.class - [JAR]
org.finos.legend.authentication.intermediationrule.impl
├─ org.finos.legend.authentication.intermediationrule.impl.ApiKeyFromVaultRule.class - [JAR]
├─ org.finos.legend.authentication.intermediationrule.impl.EncryptedPrivateKeyFromVaultRule.class - [JAR]
├─ org.finos.legend.authentication.intermediationrule.impl.UserPasswordFromVaultRule.class - [JAR]
org.finos.legend.authentication.credentialprovider
├─ org.finos.legend.authentication.credentialprovider.CredentialBuilder.class - [JAR]
├─ org.finos.legend.authentication.credentialprovider.CredentialProvider.class - [JAR]
├─ org.finos.legend.authentication.credentialprovider.CredentialProviderProvider.class - [JAR]
org.finos.legend.authentication.vault.impl
├─ org.finos.legend.authentication.vault.impl.CredentialVaultProviderForTest.class - [JAR]
├─ org.finos.legend.authentication.vault.impl.EnvironmentCredentialVault.class - [JAR]
├─ org.finos.legend.authentication.vault.impl.PropertiesFileCredentialVault.class - [JAR]
├─ org.finos.legend.authentication.vault.impl.SystemPropertiesCredentialVault.class - [JAR]
org.finos.legend.connection.legacy
├─ org.finos.legend.connection.legacy.ConnectionProvider.class - [JAR]
├─ org.finos.legend.connection.legacy.ConnectionSpecification.class - [JAR]