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 identity-shiro-2.8.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.opensearch.identity.shiro
├─ org.opensearch.identity.shiro.AuthTokenHandler.class - [JAR]
├─ org.opensearch.identity.shiro.ShiroIdentityPlugin.class - [JAR]
├─ org.opensearch.identity.shiro.ShiroSecurityManager.class - [JAR]
├─ org.opensearch.identity.shiro.ShiroSubject.class - [JAR]
├─ org.opensearch.identity.shiro.UnsupportedAuthenticationToken.class - [JAR]
org.opensearch.identity.shiro.realm
├─ org.opensearch.identity.shiro.realm.BCryptPasswordMatcher.class - [JAR]
├─ org.opensearch.identity.shiro.realm.OpenSearchRealm.class - [JAR]
├─ org.opensearch.identity.shiro.realm.User.class - [JAR]