jar

com.github.hiwepy : security-line-spring-boot-starter

Maven & Gradle

Jul 25, 2022

com.github.hiwepy:security-line-spring-boot-starter · Spring Boot Starter For Spring Security With Line AccessToken

Table Of Contents

Latest Version

Download com.github.hiwepy : security-line-spring-boot-starter JAR file - Latest Versions:

All Versions

Download com.github.hiwepy : security-line-spring-boot-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.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 security-line-spring-boot-starter-2.0.0.RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.springframework.security.boot

├─ org.springframework.security.boot.SecurityLineAuthcProperties.class - [JAR]

├─ org.springframework.security.boot.SecurityLineAutoConfiguration.class - [JAR]

├─ org.springframework.security.boot.SecurityLineFilterConfiguration.class - [JAR]

├─ org.springframework.security.boot.SecurityLineProperties.class - [JAR]

org.springframework.security.boot.line.authentication

├─ org.springframework.security.boot.line.authentication.LineAccessTokenAuthenticationProcessingFilter.class - [JAR]

├─ org.springframework.security.boot.line.authentication.LineAccessTokenAuthenticationToken.class - [JAR]

├─ org.springframework.security.boot.line.authentication.LineAccessTokenLoginRequest.class - [JAR]

├─ org.springframework.security.boot.line.authentication.LineAccessTokenProfile.class - [JAR]

├─ org.springframework.security.boot.line.authentication.LineAuthenticationProvider.class - [JAR]

├─ org.springframework.security.boot.line.authentication.LineMatchedAuthenticationEntryPoint.class - [JAR]

├─ org.springframework.security.boot.line.authentication.LineMatchedAuthenticationFailureHandler.class - [JAR]

├─ org.springframework.security.boot.line.authentication.LineMatchedAuthenticationSuccessHandler.class - [JAR]

org.springframework.security.boot.line.exception

├─ org.springframework.security.boot.line.exception.LineAccessTokenExpiredException.class - [JAR]

├─ org.springframework.security.boot.line.exception.LineAccessTokenIncorrectException.class - [JAR]

├─ org.springframework.security.boot.line.exception.LineAccessTokenInvalidException.class - [JAR]

├─ org.springframework.security.boot.line.exception.LineAccessTokenNotFoundException.class - [JAR]

org.springframework.security.boot.line

├─ org.springframework.security.boot.line.SpringSecurityLineMessageSource.class - [JAR]