jar

com.usthe.sureness : sureness-core

Maven & Gradle

Aug 25, 2023
2 usages
844 stars

sureness · Sureness is a simple and efficient open-source security framework that focus on protection for restful api.

Table Of Contents

Latest Version

Download com.usthe.sureness : sureness-core JAR file - Latest Versions:

All Versions

Download com.usthe.sureness : sureness-core JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x
0.4.x
0.4
0.3
0.2
0.1
0.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 sureness-core-1.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.usthe.sureness.subject.support

├─ com.usthe.sureness.subject.support.DigestSubject.class - [JAR]

├─ com.usthe.sureness.subject.support.JwtSubject.class - [JAR]

├─ com.usthe.sureness.subject.support.NoneSubject.class - [JAR]

├─ com.usthe.sureness.subject.support.PasswordSubject.class - [JAR]

├─ com.usthe.sureness.subject.support.SessionSubject.class - [JAR]

├─ com.usthe.sureness.subject.support.SinglePrincipalMap.class - [JAR]

├─ com.usthe.sureness.subject.support.SurenessSubjectSum.class - [JAR]

com.usthe.sureness.handler

├─ com.usthe.sureness.handler.AttachSessionServletHandler.class - [JAR]

├─ com.usthe.sureness.handler.HandlerManager.class - [JAR]

├─ com.usthe.sureness.handler.SuccessHandler.class - [JAR]

com.usthe.sureness.subject

├─ com.usthe.sureness.subject.PrincipalMap.class - [JAR]

├─ com.usthe.sureness.subject.Subject.class - [JAR]

├─ com.usthe.sureness.subject.SubjectCreate.class - [JAR]

├─ com.usthe.sureness.subject.SubjectFactory.class - [JAR]

├─ com.usthe.sureness.subject.SubjectSum.class - [JAR]

├─ com.usthe.sureness.subject.SurenessSubjectFactory.class - [JAR]

com.usthe.sureness.security

├─ com.usthe.sureness.security.XssSqlServletRequestWrapper.class - [JAR]

├─ com.usthe.sureness.security.XssSqlUtil.class - [JAR]

com.usthe.sureness.subject.creater

├─ com.usthe.sureness.subject.creater.BasicSubjectJakartaServletCreator.class - [JAR]

├─ com.usthe.sureness.subject.creater.BasicSubjectJaxRsCreator.class - [JAR]

├─ com.usthe.sureness.subject.creater.BasicSubjectServletCreator.class - [JAR]

├─ com.usthe.sureness.subject.creater.BasicSubjectSpringReactiveCreator.class - [JAR]

├─ com.usthe.sureness.subject.creater.DigestSubjectJakartaServletCreator.class - [JAR]

├─ com.usthe.sureness.subject.creater.DigestSubjectJaxRsCreator.class - [JAR]

├─ com.usthe.sureness.subject.creater.DigestSubjectServletCreator.class - [JAR]

├─ com.usthe.sureness.subject.creater.DigestSubjectSpringReactiveCreator.class - [JAR]

├─ com.usthe.sureness.subject.creater.JwtSubjectJakartaServletCreator.class - [JAR]

├─ com.usthe.sureness.subject.creater.JwtSubjectJaxRsCreator.class - [JAR]

├─ com.usthe.sureness.subject.creater.JwtSubjectServletCreator.class - [JAR]

├─ com.usthe.sureness.subject.creater.JwtSubjectSpringReactiveCreator.class - [JAR]

├─ com.usthe.sureness.subject.creater.JwtSubjectWsJakartaServletCreator.class - [JAR]

├─ com.usthe.sureness.subject.creater.JwtSubjectWsJaxRsCreator.class - [JAR]

├─ com.usthe.sureness.subject.creater.JwtSubjectWsServletCreator.class - [JAR]

├─ com.usthe.sureness.subject.creater.JwtSubjectWsSpringReactiveCreator.class - [JAR]

├─ com.usthe.sureness.subject.creater.NoneSubjectJakartaServletCreator.class - [JAR]

├─ com.usthe.sureness.subject.creater.NoneSubjectJaxRsCreator.class - [JAR]

├─ com.usthe.sureness.subject.creater.NoneSubjectServletCreator.class - [JAR]

├─ com.usthe.sureness.subject.creater.NoneSubjectSpringReactiveCreator.class - [JAR]

├─ com.usthe.sureness.subject.creater.SessionSubjectJakartaServletCreator.class - [JAR]

├─ com.usthe.sureness.subject.creater.SessionSubjectServletCreator.class - [JAR]

com.usthe.sureness.provider.ducument

├─ com.usthe.sureness.provider.ducument.DocumentAccountProvider.class - [JAR]

├─ com.usthe.sureness.provider.ducument.DocumentPathTreeProvider.class - [JAR]

├─ com.usthe.sureness.provider.ducument.DocumentResourceAccess.class - [JAR]

├─ com.usthe.sureness.provider.ducument.DocumentResourceDefaultProvider.class - [JAR]

├─ com.usthe.sureness.provider.ducument.DocumentResourceEntity.class - [JAR]

com.usthe.sureness.util

├─ com.usthe.sureness.util.ClassScanner.class - [JAR]

├─ com.usthe.sureness.util.JsonWebTokenUtil.class - [JAR]

├─ com.usthe.sureness.util.Md5Util.class - [JAR]

├─ com.usthe.sureness.util.ServletUtil.class - [JAR]

├─ com.usthe.sureness.util.SurenessCommonUtil.class - [JAR]

├─ com.usthe.sureness.util.SurenessConstant.class - [JAR]

├─ com.usthe.sureness.util.SurenessContextHolder.class - [JAR]

com.usthe.sureness.provider

├─ com.usthe.sureness.provider.DefaultAccount.class - [JAR]

├─ com.usthe.sureness.provider.SurenessAccount.class - [JAR]

├─ com.usthe.sureness.provider.SurenessAccountProvider.class - [JAR]

com.usthe.sureness.matcher

├─ com.usthe.sureness.matcher.DefaultPathRoleMatcher.class - [JAR]

├─ com.usthe.sureness.matcher.PathTreeProvider.class - [JAR]

├─ com.usthe.sureness.matcher.SurenessLoadDataException.class - [JAR]

├─ com.usthe.sureness.matcher.TreePathRoleMatcher.class - [JAR]

com.usthe.sureness.processor

├─ com.usthe.sureness.processor.BaseProcessor.class - [JAR]

├─ com.usthe.sureness.processor.DefaultProcessorManager.class - [JAR]

├─ com.usthe.sureness.processor.Processor.class - [JAR]

├─ com.usthe.sureness.processor.ProcessorManager.class - [JAR]

com.usthe.sureness.processor.support

├─ com.usthe.sureness.processor.support.DigestProcessor.class - [JAR]

├─ com.usthe.sureness.processor.support.JwtProcessor.class - [JAR]

├─ com.usthe.sureness.processor.support.NoneProcessor.class - [JAR]

├─ com.usthe.sureness.processor.support.PasswordProcessor.class - [JAR]

├─ com.usthe.sureness.processor.support.SessionProcessor.class - [JAR]

com.usthe.sureness.processor.exception

├─ com.usthe.sureness.processor.exception.BaseSurenessException.class - [JAR]

├─ com.usthe.sureness.processor.exception.DisabledAccountException.class - [JAR]

├─ com.usthe.sureness.processor.exception.ExcessiveAttemptsException.class - [JAR]

├─ com.usthe.sureness.processor.exception.ExpiredCredentialsException.class - [JAR]

├─ com.usthe.sureness.processor.exception.ExtSurenessException.class - [JAR]

├─ com.usthe.sureness.processor.exception.IncorrectCredentialsException.class - [JAR]

├─ com.usthe.sureness.processor.exception.NeedDigestInfoException.class - [JAR]

├─ com.usthe.sureness.processor.exception.ProcessorNotFoundException.class - [JAR]

├─ com.usthe.sureness.processor.exception.SurenessAuthenticationException.class - [JAR]

├─ com.usthe.sureness.processor.exception.SurenessAuthorizationException.class - [JAR]

├─ com.usthe.sureness.processor.exception.UnauthorizedException.class - [JAR]

├─ com.usthe.sureness.processor.exception.UnknownAccountException.class - [JAR]

├─ com.usthe.sureness.processor.exception.UnsupportedSubjectException.class - [JAR]

com.usthe.sureness.provider.annotation

├─ com.usthe.sureness.provider.annotation.AnnotationPathTreeProvider.class - [JAR]

├─ com.usthe.sureness.provider.annotation.RequiresRoles.class - [JAR]

├─ com.usthe.sureness.provider.annotation.WithoutAuth.class - [JAR]

com.usthe.sureness.mgt

├─ com.usthe.sureness.mgt.SecurityManager.class - [JAR]

├─ com.usthe.sureness.mgt.SurenessNoInitException.class - [JAR]

├─ com.usthe.sureness.mgt.SurenessSecurityManager.class - [JAR]

com.usthe.sureness.matcher.util

├─ com.usthe.sureness.matcher.util.TirePathTree.class - [JAR]

com.usthe.sureness

├─ com.usthe.sureness.DefaultSurenessConfig.class - [JAR]

Advertisement