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 flowable-ui-idm-logic-6.8.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.flowable.ui.idm.service
├─ org.flowable.ui.idm.service.AbstractIdmService.class - [JAR]
├─ org.flowable.ui.idm.service.GroupService.class - [JAR]
├─ org.flowable.ui.idm.service.GroupServiceImpl.class - [JAR]
├─ org.flowable.ui.idm.service.IdmIdentityServiceUserCacheImpl.class - [JAR]
├─ org.flowable.ui.idm.service.PrivilegeService.class - [JAR]
├─ org.flowable.ui.idm.service.PrivilegeServiceImpl.class - [JAR]
├─ org.flowable.ui.idm.service.ProfileService.class - [JAR]
├─ org.flowable.ui.idm.service.ProfileServiceImpl.class - [JAR]
├─ org.flowable.ui.idm.service.TokenService.class - [JAR]
├─ org.flowable.ui.idm.service.TokenServiceImpl.class - [JAR]
├─ org.flowable.ui.idm.service.UserService.class - [JAR]
├─ org.flowable.ui.idm.service.UserServiceImpl.class - [JAR]
org.flowable.ui.idm.service.keycloak
├─ org.flowable.ui.idm.service.keycloak.KeycloakConfiguration.class - [JAR]
├─ org.flowable.ui.idm.service.keycloak.KeycloakGroupQueryImpl.class - [JAR]
├─ org.flowable.ui.idm.service.keycloak.KeycloakGroupRepresentation.class - [JAR]
├─ org.flowable.ui.idm.service.keycloak.KeycloakIdentityServiceImpl.class - [JAR]
├─ org.flowable.ui.idm.service.keycloak.KeycloakUserQueryImpl.class - [JAR]
├─ org.flowable.ui.idm.service.keycloak.KeycloakUserRepresentation.class - [JAR]
org.flowable.ui.idm.model
├─ org.flowable.ui.idm.model.AddGroupPrivilegeRepresentation.class - [JAR]
├─ org.flowable.ui.idm.model.AddUserPrivilegeRepresentation.class - [JAR]
├─ org.flowable.ui.idm.model.ChangePasswordRepresentation.class - [JAR]
├─ org.flowable.ui.idm.model.CreateUserRepresentation.class - [JAR]
├─ org.flowable.ui.idm.model.PrivilegeRepresentation.class - [JAR]
├─ org.flowable.ui.idm.model.TokenRepresentation.class - [JAR]
├─ org.flowable.ui.idm.model.UpdateUsersRepresentation.class - [JAR]
├─ org.flowable.ui.idm.model.UserInformation.class - [JAR]
org.flowable.ui.idm.constant
├─ org.flowable.ui.idm.constant.GroupIds.class - [JAR]
├─ org.flowable.ui.idm.constant.GroupTypes.class - [JAR]
org.flowable.ui.idm.properties
├─ org.flowable.ui.idm.properties.FlowableIdmAppProperties.class - [JAR]