jar

org.craftercms : crafter-security-provider

Maven & Gradle

Jul 04, 2023
6 usages
8 stars

Crafter Security Provider · Crafter Security Provider

Table Of Contents

Latest Version

Download org.craftercms : crafter-security-provider JAR file - Latest Versions:

All Versions

Download org.craftercms : crafter-security-provider JAR file - All Versions:

Version Vulnerabilities Size Updated
v2.5.x
4.0.x
v2.4.x
3.1.x
3.0.x
2.5.x
2.4.x
2.3.x
2.2.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 crafter-security-provider-4.0.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.craftercms.security.authorization

├─ org.craftercms.security.authorization.AccessDeniedHandler.class - [JAR]

org.craftercms.security.utils.spring.el

├─ org.craftercms.security.utils.spring.el.AccessRestrictionExpressionRoot.class - [JAR]

org.craftercms.security.utils.social

├─ org.craftercms.security.utils.social.ConnectionUtils.class - [JAR]

org.craftercms.security.exception.rememberme

├─ org.craftercms.security.exception.rememberme.CookieTheftException.class - [JAR]

├─ org.craftercms.security.exception.rememberme.InvalidCookieException.class - [JAR]

├─ org.craftercms.security.exception.rememberme.RememberMeException.class - [JAR]

org.craftercms.security.aop

├─ org.craftercms.security.aop.RunIfSecurityEnabledAspect.class - [JAR]

org.craftercms.security.utils

├─ org.craftercms.security.utils.RedirectUtils.class - [JAR]

├─ org.craftercms.security.utils.SecurityEnabledAware.class - [JAR]

├─ org.craftercms.security.utils.SecurityUtils.class - [JAR]

org.craftercms.security.processors

├─ org.craftercms.security.processors.RequestSecurityProcessor.class - [JAR]

├─ org.craftercms.security.processors.RequestSecurityProcessorChain.class - [JAR]

org.craftercms.security.processors.impl

├─ org.craftercms.security.processors.impl.AddSecurityCookiesProcessor.class - [JAR]

├─ org.craftercms.security.processors.impl.AuthenticationHeadersLoginProcessor.class - [JAR]

├─ org.craftercms.security.processors.impl.CurrentAuthenticationResolvingProcessor.class - [JAR]

├─ org.craftercms.security.processors.impl.LoginProcessor.class - [JAR]

├─ org.craftercms.security.processors.impl.LogoutProcessor.class - [JAR]

├─ org.craftercms.security.processors.impl.RememberMeAutoLoginProcessor.class - [JAR]

├─ org.craftercms.security.processors.impl.RequestSecurityProcessorChainImpl.class - [JAR]

├─ org.craftercms.security.processors.impl.ReturnCurrentAuthenticationProcessor.class - [JAR]

├─ org.craftercms.security.processors.impl.SavedRequestAwareProcessor.class - [JAR]

├─ org.craftercms.security.processors.impl.SecurityExceptionProcessor.class - [JAR]

├─ org.craftercms.security.processors.impl.UrlAccessRestrictionCheckingProcessor.class - [JAR]

org.craftercms.security.utils.tenant

├─ org.craftercms.security.utils.tenant.AllTenantsResolver.class - [JAR]

├─ org.craftercms.security.utils.tenant.DefaultTenantsResolver.class - [JAR]

├─ org.craftercms.security.utils.tenant.ParamTenantsResolver.class - [JAR]

├─ org.craftercms.security.utils.tenant.TenantUtils.class - [JAR]

├─ org.craftercms.security.utils.tenant.TenantsResolver.class - [JAR]

├─ org.craftercms.security.utils.tenant.TenantsResolverChain.class - [JAR]

org.craftercms.security.utils.profile

├─ org.craftercms.security.utils.profile.RefreshCurrentAuthenticationOnProfileUpdateAspect.class - [JAR]

org.craftercms.security.servlet.filters

├─ org.craftercms.security.servlet.filters.RequestSecurityFilter.class - [JAR]

org.craftercms.security.utils.spring

├─ org.craftercms.security.utils.spring.SecurityEnabledAwareProcessor.class - [JAR]

org.craftercms.security.utils.handlers

├─ org.craftercms.security.utils.handlers.AbstractRestHandlerBase.class - [JAR]

org.craftercms.security.annotations

├─ org.craftercms.security.annotations.RunIfSecurityEnabled.class - [JAR]

org.craftercms.security.social.impl

├─ org.craftercms.security.social.impl.ProviderLoginSupportImpl.class - [JAR]

org.craftercms.security.authentication

├─ org.craftercms.security.authentication.Authentication.class - [JAR]

├─ org.craftercms.security.authentication.AuthenticationCache.class - [JAR]

├─ org.craftercms.security.authentication.AuthenticationManager.class - [JAR]

├─ org.craftercms.security.authentication.AuthenticationRequiredHandler.class - [JAR]

├─ org.craftercms.security.authentication.LoginFailureHandler.class - [JAR]

├─ org.craftercms.security.authentication.LoginSuccessHandler.class - [JAR]

├─ org.craftercms.security.authentication.LogoutSuccessHandler.class - [JAR]

├─ org.craftercms.security.authentication.RememberMeManager.class - [JAR]

org.craftercms.security.social

├─ org.craftercms.security.social.ProviderLoginSupport.class - [JAR]

org.craftercms.security.authorization.impl

├─ org.craftercms.security.authorization.impl.AccessDeniedHandlerImpl.class - [JAR]

├─ org.craftercms.security.authorization.impl.RestAccessDeniedHandler.class - [JAR]

org.craftercms.security.exception

├─ org.craftercms.security.exception.AccessDeniedException.class - [JAR]

├─ org.craftercms.security.exception.AuthenticationException.class - [JAR]

├─ org.craftercms.security.exception.AuthenticationRequiredException.class - [JAR]

├─ org.craftercms.security.exception.AuthenticationSystemException.class - [JAR]

├─ org.craftercms.security.exception.BadCredentialsException.class - [JAR]

├─ org.craftercms.security.exception.DisabledUserException.class - [JAR]

├─ org.craftercms.security.exception.OAuth2Exception.class - [JAR]

├─ org.craftercms.security.exception.SecurityProviderException.class - [JAR]

org.craftercms.security.authentication.impl

├─ org.craftercms.security.authentication.impl.AuthenticationManagerImpl.class - [JAR]

├─ org.craftercms.security.authentication.impl.AuthenticationRequiredHandlerImpl.class - [JAR]

├─ org.craftercms.security.authentication.impl.DefaultAuthentication.class - [JAR]

├─ org.craftercms.security.authentication.impl.GuavaAuthenticationCache.class - [JAR]

├─ org.craftercms.security.authentication.impl.LoginFailureHandlerImpl.class - [JAR]

├─ org.craftercms.security.authentication.impl.LoginSuccessHandlerImpl.class - [JAR]

├─ org.craftercms.security.authentication.impl.LogoutSuccessHandlerImpl.class - [JAR]

├─ org.craftercms.security.authentication.impl.RememberMeManagerImpl.class - [JAR]

├─ org.craftercms.security.authentication.impl.RestAuthenticationRequiredHandler.class - [JAR]

├─ org.craftercms.security.authentication.impl.RestLoginFailureHandler.class - [JAR]

├─ org.craftercms.security.authentication.impl.RestLoginSuccessHandler.class - [JAR]

├─ org.craftercms.security.authentication.impl.RestLogoutSuccessHandler.class - [JAR]

Advertisement

Dependencies from Group

Jul 04, 2023
14 usages
10 stars
Jul 04, 2023
11 usages
8 stars
Jul 04, 2023
7 usages
9 stars
Jul 04, 2023
6 usages
8 stars
Jul 04, 2023
5 usages
14 stars

Discover Dependencies

Dec 17, 2021
5 stars
Jul 04, 2023
7 stars
Jul 04, 2023
14 usages
10 stars
Jul 04, 2023
7 usages
9 stars
Jul 04, 2023
3 usages
9 stars
Jul 04, 2023
10 stars
Aug 15, 2023
22 usages
30 stars
Aug 15, 2023
10 usages
30 stars
Sep 12, 2021
1 usages
92 stars