jar

software.sandc.labs : sandc-spring-security-jwt

Maven & Gradle

Jul 25, 2019
0 stars

S&C Spring Security JWT Extension · A custom Spring Security JWT extension for Spring Web Applications developed by S&C Software. Please note that this is NOT an official Spring extension.

Table Of Contents

Latest Version

Download software.sandc.labs : sandc-spring-security-jwt JAR file - Latest Versions:

All Versions

Download software.sandc.labs : sandc-spring-security-jwt JAR file - All Versions:

Version Vulnerabilities Size Updated
0.3.x
0.2.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 sandc-spring-security-jwt-0.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

software.sandc.springframework.security.jwt.model

├─ software.sandc.springframework.security.jwt.model.Credentials.class - [JAR]

├─ software.sandc.springframework.security.jwt.model.JWTAuthentication.class - [JAR]

├─ software.sandc.springframework.security.jwt.model.JWTAuthenticationSerializer.class - [JAR]

├─ software.sandc.springframework.security.jwt.model.JWTContext.class - [JAR]

├─ software.sandc.springframework.security.jwt.model.KeyType.class - [JAR]

├─ software.sandc.springframework.security.jwt.model.TokenContainer.class - [JAR]

software.sandc.springframework.security.jwt.impl.authority

├─ software.sandc.springframework.security.jwt.impl.authority.FakeKeyProvider.class - [JAR]

├─ software.sandc.springframework.security.jwt.impl.authority.FakeSessionProvider.class - [JAR]

├─ software.sandc.springframework.security.jwt.impl.authority.JWTAuthenticationFilter.class - [JAR]

software.sandc.springframework.security.jwt.model.parameter

├─ software.sandc.springframework.security.jwt.model.parameter.AbstractParameter.class - [JAR]

├─ software.sandc.springframework.security.jwt.model.parameter.AdditionalAuthoritiesParameter.class - [JAR]

├─ software.sandc.springframework.security.jwt.model.parameter.DisableXSRFParameter.class - [JAR]

├─ software.sandc.springframework.security.jwt.model.parameter.IgnoreExpiryParameter.class - [JAR]

├─ software.sandc.springframework.security.jwt.model.parameter.Parameter.class - [JAR]

├─ software.sandc.springframework.security.jwt.model.parameter.Parameters.class - [JAR]

├─ software.sandc.springframework.security.jwt.model.parameter.SessionIdParameter.class - [JAR]

software.sandc.springframework.security.jwt.consumer

├─ software.sandc.springframework.security.jwt.consumer.JWTAuthorityConnector.class - [JAR]

├─ software.sandc.springframework.security.jwt.consumer.JWTConsumer.class - [JAR]

├─ software.sandc.springframework.security.jwt.consumer.KeyProvider.class - [JAR]

software.sandc.springframework.security.jwt.util

├─ software.sandc.springframework.security.jwt.util.BooleanUtils.class - [JAR]

├─ software.sandc.springframework.security.jwt.util.JWTAuthenticationUtil.class - [JAR]

├─ software.sandc.springframework.security.jwt.util.RSAUtils.class - [JAR]

├─ software.sandc.springframework.security.jwt.util.StringUtils.class - [JAR]

software.sandc.springframework.security.jwt.authority

├─ software.sandc.springframework.security.jwt.authority.AuthorityKeyProvider.class - [JAR]

├─ software.sandc.springframework.security.jwt.authority.JWTAuthority.class - [JAR]

├─ software.sandc.springframework.security.jwt.authority.SessionProvider.class - [JAR]

software.sandc.springframework.security.jwt.impl

├─ software.sandc.springframework.security.jwt.impl.DefaultSigningKeyResolver.class - [JAR]

software.sandc.springframework.security.jwt

├─ software.sandc.springframework.security.jwt.JWTRequestResponseHandler.class - [JAR]

software.sandc.springframework.security.jwt.model.exception

├─ software.sandc.springframework.security.jwt.model.exception.ExpiredTokenException.class - [JAR]

├─ software.sandc.springframework.security.jwt.model.exception.InvalidCredentialsException.class - [JAR]

├─ software.sandc.springframework.security.jwt.model.exception.InvalidSessionException.class - [JAR]

├─ software.sandc.springframework.security.jwt.model.exception.InvalidTokenException.class - [JAR]

├─ software.sandc.springframework.security.jwt.model.exception.TokenRenewalException.class - [JAR]

├─ software.sandc.springframework.security.jwt.model.exception.UserNotFoundException.class - [JAR]

Advertisement