jar

io.imunity : unity-server-rest

Maven & Gradle

Aug 14, 2023
7 usages
19 stars

UNITY Server rest module · Foundation for REST endpoints in Unity

Table Of Contents

Latest Version

Download io.imunity : unity-server-rest JAR file - Latest Versions:

All Versions

Download io.imunity : unity-server-rest JAR file - All Versions:

Version Vulnerabilities Size Updated
3.13.x
3.12.x
3.11.x
3.10.x
3.9.x
3.8.x
3.7.x
3.6.x
3.5.x
3.4.x
3.3.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window unity-server-rest-3.13.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

pl.edu.icm.unity.rest.jwt.endpoint

├─ pl.edu.icm.unity.rest.jwt.endpoint.JWTManagement.class - [JAR]

├─ pl.edu.icm.unity.rest.jwt.endpoint.JWTManagementEndpoint.class - [JAR]

pl.edu.icm.unity.rest.web.console

├─ pl.edu.icm.unity.rest.web.console.JWTServiceConfiguration.class - [JAR]

├─ pl.edu.icm.unity.rest.web.console.JWTServiceController.class - [JAR]

├─ pl.edu.icm.unity.rest.web.console.JWTServiceEditor.class - [JAR]

├─ pl.edu.icm.unity.rest.web.console.JWTServiceEditorComponent.class - [JAR]

├─ pl.edu.icm.unity.rest.web.console.JWTServiceEditorGeneralTab.class - [JAR]

pl.edu.icm.unity.rest.authn.ext

├─ pl.edu.icm.unity.rest.authn.ext.HttpBasicParser.class - [JAR]

├─ pl.edu.icm.unity.rest.authn.ext.HttpBasicRetrieval.class - [JAR]

├─ pl.edu.icm.unity.rest.authn.ext.HttpBasicRetrievalBase.class - [JAR]

├─ pl.edu.icm.unity.rest.authn.ext.TLSRetrieval.class - [JAR]

├─ pl.edu.icm.unity.rest.authn.ext.TLSRetrievalBase.class - [JAR]

pl.edu.icm.unity.rest.authn

├─ pl.edu.icm.unity.rest.authn.AuthenticationInterceptor.class - [JAR]

├─ pl.edu.icm.unity.rest.authn.CXFAuthentication.class - [JAR]

├─ pl.edu.icm.unity.rest.authn.JAXRSAuthentication.class - [JAR]

├─ pl.edu.icm.unity.rest.authn.LogContextCleaningInterceptor.class - [JAR]

pl.edu.icm.unity.rest.jwt.authn

├─ pl.edu.icm.unity.rest.jwt.authn.JWTExchange.class - [JAR]

├─ pl.edu.icm.unity.rest.jwt.authn.JWTRetrieval.class - [JAR]

├─ pl.edu.icm.unity.rest.jwt.authn.JWTRetrievalBase.class - [JAR]

├─ pl.edu.icm.unity.rest.jwt.authn.JWTVerificator.class - [JAR]

pl.edu.icm.unity.rest.web

├─ pl.edu.icm.unity.rest.web.JWTAuthenticatorEditor.class - [JAR]

├─ pl.edu.icm.unity.rest.web.JWTAuthenticatorEditorFactory.class - [JAR]

pl.edu.icm.unity.rest.jwt

├─ pl.edu.icm.unity.rest.jwt.JWTAuthenticationConfig.class - [JAR]

├─ pl.edu.icm.unity.rest.jwt.JWTAuthenticationProperties.class - [JAR]

├─ pl.edu.icm.unity.rest.jwt.JWTUtils.class - [JAR]

pl.edu.icm.unity.rest

├─ pl.edu.icm.unity.rest.RESTEndpoint.class - [JAR]

├─ pl.edu.icm.unity.rest.RESTEndpointProperties.class - [JAR]

├─ pl.edu.icm.unity.rest.RestEndpointHelper.class - [JAR]

├─ pl.edu.icm.unity.rest.RestMessageAreaProvider.class - [JAR]

pl.edu.icm.unity.rest.exception

├─ pl.edu.icm.unity.rest.exception.BadRequestExceptionMapper.class - [JAR]

├─ pl.edu.icm.unity.rest.exception.EngineExceptionMapper.class - [JAR]

├─ pl.edu.icm.unity.rest.exception.IllegalArgumentExceptionMapper.class - [JAR]

├─ pl.edu.icm.unity.rest.exception.InternalExceptionMapper.class - [JAR]

├─ pl.edu.icm.unity.rest.exception.JSONExceptionMapper.class - [JAR]

├─ pl.edu.icm.unity.rest.exception.JSONParseExceptionMapper.class - [JAR]

├─ pl.edu.icm.unity.rest.exception.JSONParsingException.class - [JAR]

├─ pl.edu.icm.unity.rest.exception.JSONParsingExceptionMapper.class - [JAR]

├─ pl.edu.icm.unity.rest.exception.NPEExceptionMapper.class - [JAR]

├─ pl.edu.icm.unity.rest.exception.RuntimeEngineExceptionMapper.class - [JAR]

Advertisement