jar

io.github.encryptorcode : iam-oauth

Maven & Gradle

Jul 11, 2020
0 stars

Authentication framework for Web Apps · The quickest way to support authentication on your app.

Table Of Contents

Latest Version

Download io.github.encryptorcode : iam-oauth JAR file - Latest Versions:

All Versions

Download io.github.encryptorcode : iam-oauth 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 iam-oauth-2.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.encryptorcode.implementation.storage.redis

├─ io.github.encryptorcode.implementation.storage.redis.RedisAuthenticationHandler.class - [JAR]

├─ io.github.encryptorcode.implementation.storage.redis.RedisConfiguration.class - [JAR]

├─ io.github.encryptorcode.implementation.storage.redis.RedisHandler.class - [JAR]

├─ io.github.encryptorcode.implementation.storage.redis.RedisSessionHandler.class - [JAR]

├─ io.github.encryptorcode.implementation.storage.redis.RedisUserHandler.class - [JAR]

io.github.encryptorcode.implementation.storage.jdbc.mappers

├─ io.github.encryptorcode.implementation.storage.jdbc.mappers.AuthenticationDetailsMapper.class - [JAR]

├─ io.github.encryptorcode.implementation.storage.jdbc.mappers.SessionsMapper.class - [JAR]

├─ io.github.encryptorcode.implementation.storage.jdbc.mappers.UsersMapper.class - [JAR]

io.github.encryptorcode.implementation.storage

├─ io.github.encryptorcode.implementation.storage.DateTimeHandler.class - [JAR]

io.github.encryptorcode.implementation.storage.jdbc.tables

├─ io.github.encryptorcode.implementation.storage.jdbc.tables.AUTHENTICATION_DETAILS.class - [JAR]

├─ io.github.encryptorcode.implementation.storage.jdbc.tables.SESSIONS.class - [JAR]

├─ io.github.encryptorcode.implementation.storage.jdbc.tables.USERS.class - [JAR]

io.github.encryptorcode.entity

├─ io.github.encryptorcode.entity.ASession.class - [JAR]

├─ io.github.encryptorcode.entity.AUser.class - [JAR]

├─ io.github.encryptorcode.entity.AuthenticationDetail.class - [JAR]

├─ io.github.encryptorcode.entity.OauthException.class - [JAR]

├─ io.github.encryptorcode.entity.OauthToken.class - [JAR]

├─ io.github.encryptorcode.entity.OauthUser.class - [JAR]

io.github.encryptorcode.implementation.spring

├─ io.github.encryptorcode.implementation.spring.AuthenticationController.class - [JAR]

├─ io.github.encryptorcode.implementation.spring.AuthenticationInterceptor.class - [JAR]

io.github.encryptorcode.implementation.oauth

├─ io.github.encryptorcode.implementation.oauth.AOauthProviderImpl.class - [JAR]

io.github.encryptorcode.implementation.tomcat

├─ io.github.encryptorcode.implementation.tomcat.AuthenticationFilter.class - [JAR]

├─ io.github.encryptorcode.implementation.tomcat.CallbackServlet.class - [JAR]

├─ io.github.encryptorcode.implementation.tomcat.LoginServlet.class - [JAR]

├─ io.github.encryptorcode.implementation.tomcat.LogoutServlet.class - [JAR]

io.github.encryptorcode.exceptions

├─ io.github.encryptorcode.exceptions.UserNotAllowedException.class - [JAR]

io.github.encryptorcode.implementation.storage.jdbc

├─ io.github.encryptorcode.implementation.storage.jdbc.JdbcAuthenticationHandler.class - [JAR]

├─ io.github.encryptorcode.implementation.storage.jdbc.JdbcConfiguration.class - [JAR]

├─ io.github.encryptorcode.implementation.storage.jdbc.JdbcSessionHandler.class - [JAR]

├─ io.github.encryptorcode.implementation.storage.jdbc.JdbcUserHandler.class - [JAR]

io.github.encryptorcode.extra

├─ io.github.encryptorcode.extra.NoSerialization.class - [JAR]

io.github.encryptorcode.implementation.security

├─ io.github.encryptorcode.implementation.security.BaseSecurityHandler.class - [JAR]

├─ io.github.encryptorcode.implementation.security.ZeroSecurityHandler.class - [JAR]

io.github.encryptorcode.implementation.storage.file

├─ io.github.encryptorcode.implementation.storage.file.FileAuthenticationHandler.class - [JAR]

├─ io.github.encryptorcode.implementation.storage.file.FileSessionHandler.class - [JAR]

├─ io.github.encryptorcode.implementation.storage.file.FileUserHandler.class - [JAR]

├─ io.github.encryptorcode.implementation.storage.file.FileUtils.class - [JAR]

io.github.encryptorcode.implementation.storage.jdbc.converters

├─ io.github.encryptorcode.implementation.storage.jdbc.converters.ZonedDateTimeConvertor.class - [JAR]

io.github.encryptorcode.service

├─ io.github.encryptorcode.service.AuthenticationConfiguration.class - [JAR]

├─ io.github.encryptorcode.service.AuthenticationInitializer.class - [JAR]

├─ io.github.encryptorcode.service.AuthenticationService.class - [JAR]

├─ io.github.encryptorcode.service.AuthenticationThreadLocal.class - [JAR]

├─ io.github.encryptorcode.service.ConstructionHelper.class - [JAR]

├─ io.github.encryptorcode.service.OauthProvider.class - [JAR]

├─ io.github.encryptorcode.service.SecurityUtil.class - [JAR]

io.github.encryptorcode.handlers

├─ io.github.encryptorcode.handlers.AAuthenticationHandler.class - [JAR]

├─ io.github.encryptorcode.handlers.ASecurityHandler.class - [JAR]

├─ io.github.encryptorcode.handlers.ASessionHandler.class - [JAR]

├─ io.github.encryptorcode.handlers.AUserHandler.class - [JAR]

Advertisement