jar

io.esborg : esborg-starter-auth

Maven & Gradle

Apr 30, 2021

Esborg Starter Auth · Core starter auth, including authentication and authorization

Table Of Contents

Latest Version

Download io.esborg : esborg-starter-auth JAR file - Latest Versions:

All Versions

Download io.esborg : esborg-starter-auth JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.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 esborg-starter-auth-0.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.esborg.starter.auth

├─ io.esborg.starter.auth.AuthAutoConfiguration.class - [JAR]

io.esborg.starter.auth.securities.handler

├─ io.esborg.starter.auth.securities.handler.AuthExceptionHandler.class - [JAR]

io.esborg.starter.auth.securities.dto

├─ io.esborg.starter.auth.securities.dto.EntityUserDetails.class - [JAR]

io.esborg.starter.auth.repositories

├─ io.esborg.starter.auth.repositories.AuthorityRepository.class - [JAR]

├─ io.esborg.starter.auth.repositories.PasswordResetRepository.class - [JAR]

├─ io.esborg.starter.auth.repositories.RoleRepository.class - [JAR]

├─ io.esborg.starter.auth.repositories.UserRepository.class - [JAR]

io.esborg.starter.auth.components

├─ io.esborg.starter.auth.components.SpringSecurityAuditorAware.class - [JAR]

io.esborg.starter.auth.web.dto

├─ io.esborg.starter.auth.web.dto.LoginRequestDTO.class - [JAR]

├─ io.esborg.starter.auth.web.dto.LoginResponseDTO.class - [JAR]

io.esborg.starter.auth.entities

├─ io.esborg.starter.auth.entities.AbstractAuditingEntity.class - [JAR]

├─ io.esborg.starter.auth.entities.Authority.class - [JAR]

├─ io.esborg.starter.auth.entities.PasswordReset.class - [JAR]

├─ io.esborg.starter.auth.entities.QAbstractAuditingEntity.class - [JAR]

├─ io.esborg.starter.auth.entities.QAuthority.class - [JAR]

├─ io.esborg.starter.auth.entities.QPasswordReset.class - [JAR]

├─ io.esborg.starter.auth.entities.QRole.class - [JAR]

├─ io.esborg.starter.auth.entities.QUser.class - [JAR]

├─ io.esborg.starter.auth.entities.Role.class - [JAR]

├─ io.esborg.starter.auth.entities.User.class - [JAR]

io.esborg.starter.auth.securities.utils

├─ io.esborg.starter.auth.securities.utils.AuthUtils.class - [JAR]

io.esborg.starter.auth.services.mapper

├─ io.esborg.starter.auth.services.mapper.AuthorityMapper.class - [JAR]

├─ io.esborg.starter.auth.services.mapper.AuthorityMapperImpl.class - [JAR]

├─ io.esborg.starter.auth.services.mapper.RoleMapper.class - [JAR]

├─ io.esborg.starter.auth.services.mapper.RoleMapperImpl.class - [JAR]

├─ io.esborg.starter.auth.services.mapper.UserMapper.class - [JAR]

├─ io.esborg.starter.auth.services.mapper.UserMapperImpl.class - [JAR]

io.esborg.starter.auth.securities.jwt

├─ io.esborg.starter.auth.securities.jwt.JWTAuthenticationFilter.class - [JAR]

├─ io.esborg.starter.auth.securities.jwt.JWTTokenProvider.class - [JAR]

io.esborg.starter.auth.services.dto

├─ io.esborg.starter.auth.services.dto.AuthorityDTO.class - [JAR]

├─ io.esborg.starter.auth.services.dto.ResetPasswordRequestDTO.class - [JAR]

├─ io.esborg.starter.auth.services.dto.ResetPasswordResponseDTO.class - [JAR]

├─ io.esborg.starter.auth.services.dto.RoleDTO.class - [JAR]

├─ io.esborg.starter.auth.services.dto.UserDTO.class - [JAR]

io.esborg.starter.auth.services

├─ io.esborg.starter.auth.services.AuthorityService.class - [JAR]

├─ io.esborg.starter.auth.services.EntityUserDetailsService.class - [JAR]

├─ io.esborg.starter.auth.services.RoleService.class - [JAR]

├─ io.esborg.starter.auth.services.UserService.class - [JAR]

io.esborg.starter.auth.web.controllers

├─ io.esborg.starter.auth.web.controllers.AuthController.class - [JAR]

io.esborg.starter.auth.config

├─ io.esborg.starter.auth.config.AuthConfiguration.class - [JAR]

├─ io.esborg.starter.auth.config.AuthConfigurationProperties.class - [JAR]

io.esborg.starter.auth.web.controllers.acl

├─ io.esborg.starter.auth.web.controllers.acl.AuthorityController.class - [JAR]

├─ io.esborg.starter.auth.web.controllers.acl.RoleController.class - [JAR]

├─ io.esborg.starter.auth.web.controllers.acl.UserController.class - [JAR]