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 securityDataProvider-remote-4.10.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
pl.fhframework.core.security.provider.remote.service
├─ pl.fhframework.core.security.provider.remote.service.RemoteBusinessRoleProvider.class - [JAR]
├─ pl.fhframework.core.security.provider.remote.service.RemoteSecurityProviderInitializer.class - [JAR]
├─ pl.fhframework.core.security.provider.remote.service.RemoteUserAccountProvider.class - [JAR]
pl.fhframework.core.security.provider.remote.model
├─ pl.fhframework.core.security.provider.remote.model.BusinessRole.class - [JAR]
├─ pl.fhframework.core.security.provider.remote.model.RoleInstance.class - [JAR]
├─ pl.fhframework.core.security.provider.remote.model.UserAccount.class - [JAR]
├─ pl.fhframework.core.security.provider.remote.model.UserInfo.class - [JAR]
pl.fhframework.core.security.provider.remote.repository
├─ pl.fhframework.core.security.provider.remote.repository.RemoteRepositoryManager.class - [JAR]
├─ pl.fhframework.core.security.provider.remote.repository.RemoteSecurityDataRepository.class - [JAR]