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 com.liferay.oauth.service-2.1.33.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.liferay.oauth.service.upgrade
├─ com.liferay.oauth.service.upgrade.OAuthServiceUpgrade.class - [JAR]
com.liferay.oauth.service.base
├─ com.liferay.oauth.service.base.OAuthApplicationLocalServiceBaseImpl.class - [JAR]
├─ com.liferay.oauth.service.base.OAuthApplicationServiceBaseImpl.class - [JAR]
├─ com.liferay.oauth.service.base.OAuthUserLocalServiceBaseImpl.class - [JAR]
├─ com.liferay.oauth.service.base.OAuthUserServiceBaseImpl.class - [JAR]
com.liferay.oauth.service.http
├─ com.liferay.oauth.service.http.OAuthApplicationServiceHttp.class - [JAR]
├─ com.liferay.oauth.service.http.OAuthApplicationServiceSoap.class - [JAR]
├─ com.liferay.oauth.service.http.OAuthUserServiceHttp.class - [JAR]
├─ com.liferay.oauth.service.http.OAuthUserServiceSoap.class - [JAR]
com.liferay.oauth.model.impl
├─ com.liferay.oauth.model.impl.OAuthApplicationBaseImpl.class - [JAR]
├─ com.liferay.oauth.model.impl.OAuthApplicationCacheModel.class - [JAR]
├─ com.liferay.oauth.model.impl.OAuthApplicationImpl.class - [JAR]
├─ com.liferay.oauth.model.impl.OAuthApplicationModelImpl.class - [JAR]
├─ com.liferay.oauth.model.impl.OAuthUserBaseImpl.class - [JAR]
├─ com.liferay.oauth.model.impl.OAuthUserCacheModel.class - [JAR]
├─ com.liferay.oauth.model.impl.OAuthUserImpl.class - [JAR]
├─ com.liferay.oauth.model.impl.OAuthUserModelImpl.class - [JAR]
com.liferay.oauth.service.activator
├─ com.liferay.oauth.service.activator.OAuthServiceBundleActivator.class - [JAR]
com.liferay.oauth.service.util
├─ com.liferay.oauth.service.util.ServiceProps.class - [JAR]
com.liferay.oauth.service.persistence.impl
├─ com.liferay.oauth.service.persistence.impl.OAuthApplicationPersistenceImpl.class - [JAR]
├─ com.liferay.oauth.service.persistence.impl.OAuthUserPersistenceImpl.class - [JAR]
com.liferay.oauth.service.impl
├─ com.liferay.oauth.service.impl.OAuthApplicationLocalServiceImpl.class - [JAR]
├─ com.liferay.oauth.service.impl.OAuthApplicationServiceImpl.class - [JAR]
├─ com.liferay.oauth.service.impl.OAuthUserLocalServiceImpl.class - [JAR]
├─ com.liferay.oauth.service.impl.OAuthUserServiceImpl.class - [JAR]
com.liferay.oauth.service.permission
├─ com.liferay.oauth.service.permission.OAuthApplicationPermission.class - [JAR]
├─ com.liferay.oauth.service.permission.OAuthPermission.class - [JAR]
├─ com.liferay.oauth.service.permission.OAuthUserPermission.class - [JAR]