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 org.wso2.carbon.identity.application.authentication.handler.session-6.7.13.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.wso2.carbon.identity.application.authentication.handler.session
├─ org.wso2.carbon.identity.application.authentication.handler.session.ActiveSessionsLimitHandler.class - [JAR]
├─ org.wso2.carbon.identity.application.authentication.handler.session.ActiveSessionsLimitHandlerConstants.class - [JAR]
org.wso2.carbon.identity.application.authentication.handler.session.internal
├─ org.wso2.carbon.identity.application.authentication.handler.session.internal.ActiveSessionsLimitHandlerServiceComponent.class - [JAR]
├─ org.wso2.carbon.identity.application.authentication.handler.session.internal.ActiveSessionsLimitHandlerServiceHolder.class - [JAR]
org.wso2.carbon.identity.application.authentication.handler.session.exception
├─ org.wso2.carbon.identity.application.authentication.handler.session.exception.UserIdRetrievalException.class - [JAR]
├─ org.wso2.carbon.identity.application.authentication.handler.session.exception.UserSessionRetrievalException.class - [JAR]
├─ org.wso2.carbon.identity.application.authentication.handler.session.exception.UserSessionTerminationException.class - [JAR]