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 shiro-couch-1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.commonjava.auth.shiro.couch.web
├─ org.commonjava.auth.shiro.couch.web.CouchShiroSetupListener.class - [JAR]
org.commonjava.auth.shiro.couch
├─ org.commonjava.auth.shiro.couch.CouchPermissionResolver.class - [JAR]
├─ org.commonjava.auth.shiro.couch.CouchRealm.class - [JAR]
org.commonjava.auth.shiro.couch.model
├─ org.commonjava.auth.shiro.couch.model.ShiroPermission.class - [JAR]
├─ org.commonjava.auth.shiro.couch.model.ShiroUserUtils.class - [JAR]
org.commonjava.auth.shiro.couch.test
├─ org.commonjava.auth.shiro.couch.test.CouchShiroTestFixture.class - [JAR]