jar

io.github.weresandstorm : spring-security-mongo

Maven & Gradle

Jul 16, 2018
1 stars

spring-security-mongo · A spring-security-oauth2 extension supporting storing oauth data into MongoDB

Table Of Contents

Latest Version

Download io.github.weresandstorm : spring-security-mongo JAR file - Latest Versions:

All Versions

Download io.github.weresandstorm : spring-security-mongo JAR file - All Versions:

Version Vulnerabilities Size Updated
0.8.x
0.8

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 spring-security-mongo-0.8.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.weresandstorm.springsecurity.domain

├─ io.github.weresandstorm.springsecurity.domain.AccessToken.class - [JAR]

├─ io.github.weresandstorm.springsecurity.domain.AccessTokenRepo.class - [JAR]

├─ io.github.weresandstorm.springsecurity.domain.Account.class - [JAR]

├─ io.github.weresandstorm.springsecurity.domain.AccountRepo.class - [JAR]

├─ io.github.weresandstorm.springsecurity.domain.Approval.class - [JAR]

├─ io.github.weresandstorm.springsecurity.domain.ApprovalRepo.class - [JAR]

├─ io.github.weresandstorm.springsecurity.domain.ClientDetailsRepo.class - [JAR]

├─ io.github.weresandstorm.springsecurity.domain.ClientToken.class - [JAR]

├─ io.github.weresandstorm.springsecurity.domain.ClientTokenRepo.class - [JAR]

├─ io.github.weresandstorm.springsecurity.domain.ConcreteClientDetails.class - [JAR]

├─ io.github.weresandstorm.springsecurity.domain.Entity.class - [JAR]

├─ io.github.weresandstorm.springsecurity.domain.RefreshToken.class - [JAR]

├─ io.github.weresandstorm.springsecurity.domain.RefreshTokenRepo.class - [JAR]

├─ io.github.weresandstorm.springsecurity.domain.Repo.class - [JAR]

├─ io.github.weresandstorm.springsecurity.domain.RepositoryException.class - [JAR]

io.github.weresandstorm.springsecurity.util

├─ io.github.weresandstorm.springsecurity.util.LocalDateTimeUtil.class - [JAR]

io.github.weresandstorm.springsecurity.config

├─ io.github.weresandstorm.springsecurity.config.EnableSecurityMongo.class - [JAR]

├─ io.github.weresandstorm.springsecurity.config.SecurityMongoConf.class - [JAR]

io.github.weresandstorm.springsecurity.service

├─ io.github.weresandstorm.springsecurity.service.ConcreteApprovalStore.class - [JAR]

├─ io.github.weresandstorm.springsecurity.service.ConcreteClientDetailsService.class - [JAR]

├─ io.github.weresandstorm.springsecurity.service.ConcreteClientTokenService.class - [JAR]

├─ io.github.weresandstorm.springsecurity.service.ConcreteTokenStore.class - [JAR]

├─ io.github.weresandstorm.springsecurity.service.ConcreteUserDetailsManager.class - [JAR]

├─ io.github.weresandstorm.springsecurity.service.SecurityContextService.class - [JAR]

io.github.weresandstorm.springsecurity.persist

├─ io.github.weresandstorm.springsecurity.persist.CodecRegistryProvider.class - [JAR]

├─ io.github.weresandstorm.springsecurity.persist.GrantedAuthorityCodec.class - [JAR]

├─ io.github.weresandstorm.springsecurity.persist.GrantedAuthorityCodecProvider.class - [JAR]

├─ io.github.weresandstorm.springsecurity.persist.LocalDateTimeCodec.class - [JAR]

├─ io.github.weresandstorm.springsecurity.persist.MgoAccessTokenRepo.class - [JAR]

├─ io.github.weresandstorm.springsecurity.persist.MgoAccountRepo.class - [JAR]

├─ io.github.weresandstorm.springsecurity.persist.MgoApprovalRepo.class - [JAR]

├─ io.github.weresandstorm.springsecurity.persist.MgoClientDetailsRepo.class - [JAR]

├─ io.github.weresandstorm.springsecurity.persist.MgoClientTokenRepo.class - [JAR]

├─ io.github.weresandstorm.springsecurity.persist.MgoRefreshTokenRepo.class - [JAR]

├─ io.github.weresandstorm.springsecurity.persist.MgoRepoBase.class - [JAR]

├─ io.github.weresandstorm.springsecurity.persist.MongoHolder.class - [JAR]

├─ io.github.weresandstorm.springsecurity.persist.MongoProvider.class - [JAR]

├─ io.github.weresandstorm.springsecurity.persist.ObjectCodec.class - [JAR]

Advertisement