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 authorities-api-0.4.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.featherfly.authorities.login
├─ cn.featherfly.authorities.login.ActorLoginStorage.class - [JAR]
├─ cn.featherfly.authorities.login.ApplicationManager.class - [JAR]
├─ cn.featherfly.authorities.login.EnvironmentLoginManager.class - [JAR]
├─ cn.featherfly.authorities.login.Login.class - [JAR]
├─ cn.featherfly.authorities.login.LoginEvent.class - [JAR]
├─ cn.featherfly.authorities.login.LoginInfo.class - [JAR]
├─ cn.featherfly.authorities.login.LoginListener.class - [JAR]
├─ cn.featherfly.authorities.login.LoginManager.class - [JAR]
cn.featherfly.authorities
├─ cn.featherfly.authorities.Actor.class - [JAR]
├─ cn.featherfly.authorities.Application.class - [JAR]
├─ cn.featherfly.authorities.AuthenticatedChecker.class - [JAR]
├─ cn.featherfly.authorities.Authority.class - [JAR]
├─ cn.featherfly.authorities.AuthorityChecker.class - [JAR]
├─ cn.featherfly.authorities.AuthorityException.class - [JAR]
├─ cn.featherfly.authorities.AuthorityFacotry.class - [JAR]
├─ cn.featherfly.authorities.BusinessRole.class - [JAR]
├─ cn.featherfly.authorities.Checker.class - [JAR]
├─ cn.featherfly.authorities.CustomRole.class - [JAR]
├─ cn.featherfly.authorities.Role.class - [JAR]
├─ cn.featherfly.authorities.RoleDefiner.class - [JAR]
├─ cn.featherfly.authorities.RoleDefinerManager.class - [JAR]
├─ cn.featherfly.authorities.SimpleActor.class - [JAR]
├─ cn.featherfly.authorities.SimpleApplication.class - [JAR]
├─ cn.featherfly.authorities.SimpleAuthority.class - [JAR]
├─ cn.featherfly.authorities.SimpleRole.class - [JAR]
cn.featherfly.authorities.authentication
├─ cn.featherfly.authorities.authentication.Authentication.class - [JAR]
├─ cn.featherfly.authorities.authentication.AuthenticationException.class - [JAR]
├─ cn.featherfly.authorities.authentication.Authentications.class - [JAR]
├─ cn.featherfly.authorities.authentication.Authenticator.class - [JAR]