jar

fr.smallcrew.foundation : smallcrew-security

Maven & Gradle

Mar 17, 2013

Smallcrew Foundation :: Security · Foundation of all smallcrew's projects needing authenticated users and role management

Table Of Contents

Latest Version

Download fr.smallcrew.foundation : smallcrew-security JAR file - Latest Versions:

All Versions

Download fr.smallcrew.foundation : smallcrew-security JAR file - All Versions:

Version Vulnerabilities Size Updated
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 smallcrew-security-1.0.10.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

fr.smallcrew.security.exception

├─ fr.smallcrew.security.exception.InvalidEmailException.class - [JAR]

├─ fr.smallcrew.security.exception.InvalidPasswordException.class - [JAR]

├─ fr.smallcrew.security.exception.InvalidPasswordRequestTokenException.class - [JAR]

├─ fr.smallcrew.security.exception.InvalidSessionException.class - [JAR]

├─ fr.smallcrew.security.exception.InvalidUsernameException.class - [JAR]

├─ fr.smallcrew.security.exception.UserExistsException.class - [JAR]

fr.smallcrew.security.data

├─ fr.smallcrew.security.data.LostPasswordData.class - [JAR]

fr.smallcrew.security.util

├─ fr.smallcrew.security.util.SessionUtils.class - [JAR]

fr.smallcrew.security.domain

├─ fr.smallcrew.security.domain.DomainUser.class - [JAR]

├─ fr.smallcrew.security.domain.UserToken.class - [JAR]

fr.smallcrew.security.repository

├─ fr.smallcrew.security.repository.DomainUserRepository.class - [JAR]

├─ fr.smallcrew.security.repository.UserTokenRepository.class - [JAR]

fr.smallcrew.security.service

├─ fr.smallcrew.security.service.UserService.class - [JAR]

├─ fr.smallcrew.security.service.UserTokenService.class - [JAR]

fr.smallcrew.security.web

├─ fr.smallcrew.security.web.AccessDeniedController.class - [JAR]

├─ fr.smallcrew.security.web.AuthenticatedUser.class - [JAR]

├─ fr.smallcrew.security.web.AuthenticatedUserPublic.class - [JAR]

├─ fr.smallcrew.security.web.ChangePasswordController.class - [JAR]

├─ fr.smallcrew.security.web.CustomDelegatingFilterProxy.class - [JAR]

├─ fr.smallcrew.security.web.CustomUsernamePasswordAuthenticationFilter.class - [JAR]

├─ fr.smallcrew.security.web.DefaultRememberMeAuthenticationFilter.class - [JAR]

├─ fr.smallcrew.security.web.LoginController.class - [JAR]

├─ fr.smallcrew.security.web.LogoutController.class - [JAR]

├─ fr.smallcrew.security.web.LostPasswordController.class - [JAR]

├─ fr.smallcrew.security.web.SubscribeController.class - [JAR]

Advertisement