jar

com.faasadmin : faas-security

Maven & Gradle

May 29, 2022
3 stars

faas-security

Table Of Contents

Latest Version

Download com.faasadmin : faas-security JAR file - Latest Versions:

All Versions

Download com.faasadmin : faas-security JAR file - All Versions:

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

com.faasadmin.framework.security.core.service.dto

├─ com.faasadmin.framework.security.core.service.dto.OAuth2AccessTokenCheckRespDTO.class - [JAR]

├─ com.faasadmin.framework.security.core.service.dto.OAuth2AccessTokenCreateReqDTO.class - [JAR]

├─ com.faasadmin.framework.security.core.service.dto.OAuth2AccessTokenRespDTO.class - [JAR]

com.faasadmin.framework.security.core.context

├─ com.faasadmin.framework.security.core.context.TransmittableThreadLocalSecurityContextHolderStrategy.class - [JAR]

com.faasadmin.framework.security.core.enums

├─ com.faasadmin.framework.security.core.enums.DataScopeEnum.class - [JAR]

com.faasadmin.framework.security.core.util

├─ com.faasadmin.framework.security.core.util.SecurityFrameworkUtils.class - [JAR]

com.faasadmin.framework.security.core.configurer

├─ com.faasadmin.framework.security.core.configurer.AccessDecisionManagerConfigurer.class - [JAR]

├─ com.faasadmin.framework.security.core.configurer.ServiceWebSecurityConfigurer.class - [JAR]

com.faasadmin.framework.security.core.filter

├─ com.faasadmin.framework.security.core.filter.TokenAuthenticationFilter.class - [JAR]

com.faasadmin.framework.security.core.aop

├─ com.faasadmin.framework.security.core.aop.PreAuthenticatedAspect.class - [JAR]

com.faasadmin.framework.security.core.jwt

├─ com.faasadmin.framework.security.core.jwt.CustomJwtGrantedAuthoritiesConverter.class - [JAR]

com.faasadmin.framework.security.core.annotations

├─ com.faasadmin.framework.security.core.annotations.PreAuthenticated.class - [JAR]

com.faasadmin.framework.security.core.resolver

├─ com.faasadmin.framework.security.core.resolver.CustomAuthenticationManagerResolver.class - [JAR]

com.faasadmin.framework.security.core

├─ com.faasadmin.framework.security.core.LoginCode.class - [JAR]

├─ com.faasadmin.framework.security.core.LoginUser.class - [JAR]

com.faasadmin.framework.security.core.handler

├─ com.faasadmin.framework.security.core.handler.AccessDeniedHandlerImpl.class - [JAR]

├─ com.faasadmin.framework.security.core.handler.AuthenticationEntryPointImpl.class - [JAR]

com.faasadmin.framework.security.config

├─ com.faasadmin.framework.security.config.AuthorizeRequestsCustomizer.class - [JAR]

├─ com.faasadmin.framework.security.config.FaasSecurityAutoConfiguration.class - [JAR]

├─ com.faasadmin.framework.security.config.FaasSecurityConfigurerAdapter.class - [JAR]

├─ com.faasadmin.framework.security.config.SecurityProperties.class - [JAR]

com.faasadmin.framework.security.core.service

├─ com.faasadmin.framework.security.core.service.OAuth2TokenFrameworkService.class - [JAR]

├─ com.faasadmin.framework.security.core.service.SecurityPermissionFrameworkService.class - [JAR]

Advertisement