jar

com.github.saphyra : auth-service

Maven & Gradle

Feb 21, 2020
0 stars

${projectDescription}

Table Of Contents

Latest Version

Download com.github.saphyra : auth-service JAR file - Latest Versions:

All Versions

Download com.github.saphyra : auth-service JAR file - All Versions:

Version Vulnerabilities Size Updated
3.1.x
3.0.x
2.1.x
2.0.x
1.2.x
1.1.x
1.0.x
0.0.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 auth-service-3.1.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.saphyra.authservice.auth.configuration

├─ com.github.saphyra.authservice.auth.configuration.AuthProperties.class - [JAR]

├─ com.github.saphyra.authservice.auth.configuration.AuthServiceBeanConfiguration.class - [JAR]

com.github.saphyra.authservice.auth.impl

├─ com.github.saphyra.authservice.auth.impl.AccessService.class - [JAR]

├─ com.github.saphyra.authservice.auth.impl.AccessTokenCache.class - [JAR]

├─ com.github.saphyra.authservice.auth.impl.AccessTokenCleanupService.class - [JAR]

├─ com.github.saphyra.authservice.auth.impl.AuthContextFactory.class - [JAR]

├─ com.github.saphyra.authservice.auth.impl.AuthController.class - [JAR]

├─ com.github.saphyra.authservice.auth.impl.AuthFilter.class - [JAR]

├─ com.github.saphyra.authservice.auth.impl.AuthServiceImpl.class - [JAR]

├─ com.github.saphyra.authservice.auth.impl.FilterHelper.class - [JAR]

├─ com.github.saphyra.authservice.auth.impl.LoginService.class - [JAR]

├─ com.github.saphyra.authservice.auth.impl.LogoutService.class - [JAR]

com.github.saphyra.authservice.redirection.domain

├─ com.github.saphyra.authservice.redirection.domain.ProtectedUri.class - [JAR]

├─ com.github.saphyra.authservice.redirection.domain.RedirectionContext.class - [JAR]

com.github.saphyra.authservice.auth

├─ com.github.saphyra.authservice.auth.AuthDao.class - [JAR]

├─ com.github.saphyra.authservice.auth.AuthService.class - [JAR]

├─ com.github.saphyra.authservice.auth.EnableAuthService.class - [JAR]

├─ com.github.saphyra.authservice.auth.ErrorResponseResolver.class - [JAR]

├─ com.github.saphyra.authservice.auth.UriConfiguration.class - [JAR]

com.github.saphyra.authservice.redirection.configuration

├─ com.github.saphyra.authservice.redirection.configuration.RedirectionBeanConfiguration.class - [JAR]

├─ com.github.saphyra.authservice.redirection.configuration.RedirectionProperties.class - [JAR]

com.github.saphyra.authservice.common

├─ com.github.saphyra.authservice.common.AuthBeanConfiguration.class - [JAR]

├─ com.github.saphyra.authservice.common.CommonAuthProperties.class - [JAR]

├─ com.github.saphyra.authservice.common.DefaultErrorResponseResolver.class - [JAR]

├─ com.github.saphyra.authservice.common.RequestHelper.class - [JAR]

com.github.saphyra.authservice.redirection.impl

├─ com.github.saphyra.authservice.redirection.impl.RedirectionContextFactory.class - [JAR]

├─ com.github.saphyra.authservice.redirection.impl.RedirectionFilter.class - [JAR]

com.github.saphyra.authservice.auth.domain

├─ com.github.saphyra.authservice.auth.domain.AccessStatus.class - [JAR]

├─ com.github.saphyra.authservice.auth.domain.AccessToken.class - [JAR]

├─ com.github.saphyra.authservice.auth.domain.AllowedUri.class - [JAR]

├─ com.github.saphyra.authservice.auth.domain.AuthContext.class - [JAR]

├─ com.github.saphyra.authservice.auth.domain.Credentials.class - [JAR]

├─ com.github.saphyra.authservice.auth.domain.LoginRequest.class - [JAR]

├─ com.github.saphyra.authservice.auth.domain.RestErrorResponse.class - [JAR]

├─ com.github.saphyra.authservice.auth.domain.RoleSetting.class - [JAR]

├─ com.github.saphyra.authservice.auth.domain.User.class - [JAR]

com.github.saphyra.authservice.redirection

├─ com.github.saphyra.authservice.redirection.EnableRedirection.class - [JAR]

├─ com.github.saphyra.authservice.redirection.RedirectionFilterSettings.class - [JAR]

Advertisement