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 dvelop-sdk-idp-0.2.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.dvelop.sdk.idp.scim
├─ com.dvelop.sdk.idp.scim.Group.class - [JAR]
├─ com.dvelop.sdk.idp.scim.User.class - [JAR]
com.dvelop.sdk.idp.validation
├─ com.dvelop.sdk.idp.validation.IDPRequestValidator.class - [JAR]
├─ com.dvelop.sdk.idp.validation.IDPRole.class - [JAR]
├─ com.dvelop.sdk.idp.validation.IDPRoleValidator.class - [JAR]
com.dvelop.sdk.idp.dto
├─ com.dvelop.sdk.idp.dto.DisplayValue.class - [JAR]
├─ com.dvelop.sdk.idp.dto.IDPUser.class - [JAR]
├─ com.dvelop.sdk.idp.dto.Value.class - [JAR]
com.dvelop.sdk.idp
├─ com.dvelop.sdk.idp.IDPClient.class - [JAR]
├─ com.dvelop.sdk.idp.IDPConstants.class - [JAR]