This website requires JavaScript.
Explore
Help
Sign In
Cwikius-Spring
/
spring-security
Watch
1
Star
0
Fork
0
You've already forked spring-security
mirror of
synced
2026-08-04 01:07:02 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
SEC-133: Move portlet module out of sandbox
Browse Source
...
This commit is contained in:
Luke Taylor
2007-09-10 19:21:22 +00:00
parent
f7815e8da2
commit
7fbd20fa5f
25 changed files
with
0 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Download Patch File
Download Diff File
Expand all files
Collapse all files
sandbox/portlet/pom.xml → portlet/pom.xml
Unescape
Escape
Copy filename
View File
sandbox/portlet/src/main/java/org/acegisecurity/context/PortletSessionContextIntegrationInterceptor.java → portlet/src/main/java/org/acegisecurity/context/PortletSessionContextIntegrationInterceptor.java
Unescape
Escape
Copy filename
View File
sandbox/portlet/src/main/java/org/acegisecurity/providers/portlet/PortletAuthenticationProvider.java → portlet/src/main/java/org/acegisecurity/providers/portlet/PortletAuthenticationProvider.java
Unescape
Escape
Copy filename
View File
sandbox/portlet/src/main/java/org/acegisecurity/providers/portlet/PortletAuthenticationToken.java → portlet/src/main/java/org/acegisecurity/providers/portlet/PortletAuthenticationToken.java
Unescape
Escape
Copy filename
View File
sandbox/portlet/src/main/java/org/acegisecurity/providers/portlet/PortletAuthoritiesPopulator.java → portlet/src/main/java/org/acegisecurity/providers/portlet/PortletAuthoritiesPopulator.java
Unescape
Escape
Copy filename
View File
sandbox/portlet/src/main/java/org/acegisecurity/providers/portlet/UserCache.java → portlet/src/main/java/org/acegisecurity/providers/portlet/UserCache.java
Unescape
Escape
Copy filename
View File
sandbox/portlet/src/main/java/org/acegisecurity/providers/portlet/cache/EhCacheBasedUserCache.java → portlet/src/main/java/org/acegisecurity/providers/portlet/cache/EhCacheBasedUserCache.java
Vendored
Unescape
Escape
Copy filename
View File
sandbox/portlet/src/main/java/org/acegisecurity/providers/portlet/cache/NullUserCache.java → portlet/src/main/java/org/acegisecurity/providers/portlet/cache/NullUserCache.java
Vendored
Unescape
Escape
Copy filename
View File
sandbox/portlet/src/main/java/org/acegisecurity/providers/portlet/cache/package.html → portlet/src/main/java/org/acegisecurity/providers/portlet/cache/package.html
Vendored
Unescape
Escape
Copy filename
View File
sandbox/portlet/src/main/java/org/acegisecurity/providers/portlet/package.html → portlet/src/main/java/org/acegisecurity/providers/portlet/package.html
Unescape
Escape
Copy filename
View File
sandbox/portlet/src/main/java/org/acegisecurity/providers/portlet/populator/ContainerPortletAuthoritiesPopulator.java → portlet/src/main/java/org/acegisecurity/providers/portlet/populator/ContainerPortletAuthoritiesPopulator.java
Unescape
Escape
Copy filename
View File
sandbox/portlet/src/main/java/org/acegisecurity/providers/portlet/populator/DaoPortletAuthoritiesPopulator.java → portlet/src/main/java/org/acegisecurity/providers/portlet/populator/DaoPortletAuthoritiesPopulator.java
Unescape
Escape
Copy filename
View File
sandbox/portlet/src/main/java/org/acegisecurity/providers/portlet/populator/package.html → portlet/src/main/java/org/acegisecurity/providers/portlet/populator/package.html
Unescape
Escape
Copy filename
View File
sandbox/portlet/src/main/java/org/acegisecurity/ui/portlet/PortletProcessingFilterEntryPoint.java → portlet/src/main/java/org/acegisecurity/ui/portlet/PortletProcessingFilterEntryPoint.java
Unescape
Escape
Copy filename
View File
sandbox/portlet/src/main/java/org/acegisecurity/ui/portlet/PortletProcessingInterceptor.java → portlet/src/main/java/org/acegisecurity/ui/portlet/PortletProcessingInterceptor.java
Unescape
Escape
Copy filename
View File
sandbox/portlet/src/main/java/org/acegisecurity/ui/portlet/package.html → portlet/src/main/java/org/acegisecurity/ui/portlet/package.html
Unescape
Escape
Copy filename
View File
sandbox/portlet/src/test/java/org/acegisecurity/context/PortletSessionContextIntegrationInterceptorTests.java → portlet/src/test/java/org/acegisecurity/context/PortletSessionContextIntegrationInterceptorTests.java
Unescape
Escape
Copy filename
View File
sandbox/portlet/src/test/java/org/acegisecurity/providers/portlet/PortletAuthenticationProviderTests.java → portlet/src/test/java/org/acegisecurity/providers/portlet/PortletAuthenticationProviderTests.java
Unescape
Escape
Copy filename
View File
sandbox/portlet/src/test/java/org/acegisecurity/providers/portlet/PortletAuthenticationTokenTests.java → portlet/src/test/java/org/acegisecurity/providers/portlet/PortletAuthenticationTokenTests.java
Unescape
Escape
Copy filename
View File
sandbox/portlet/src/test/java/org/acegisecurity/providers/portlet/PortletTestUtils.java → portlet/src/test/java/org/acegisecurity/providers/portlet/PortletTestUtils.java
Unescape
Escape
Copy filename
View File
sandbox/portlet/src/test/java/org/acegisecurity/providers/portlet/cache/EhCacheBasedUserCacheTests.java → portlet/src/test/java/org/acegisecurity/providers/portlet/cache/EhCacheBasedUserCacheTests.java
Vendored
Unescape
Escape
Copy filename
View File
sandbox/portlet/src/test/java/org/acegisecurity/providers/portlet/populator/ContainerPortletAuthoritiesPopulatorTests.java → portlet/src/test/java/org/acegisecurity/providers/portlet/populator/ContainerPortletAuthoritiesPopulatorTests.java
Unescape
Escape
Copy filename
View File
sandbox/portlet/src/test/java/org/acegisecurity/providers/portlet/populator/DaoPortletAuthoritiesPopulatorTests.java → portlet/src/test/java/org/acegisecurity/providers/portlet/populator/DaoPortletAuthoritiesPopulatorTests.java
Unescape
Escape
Copy filename
View File
sandbox/portlet/src/test/java/org/acegisecurity/ui/portlet/PortletProcessingFilterEntryPointTests.java → portlet/src/test/java/org/acegisecurity/ui/portlet/PortletProcessingFilterEntryPointTests.java
Unescape
Escape
Copy filename
View File
sandbox/portlet/src/test/java/org/acegisecurity/ui/portlet/PortletProcessingInterceptorTests.java → portlet/src/test/java/org/acegisecurity/ui/portlet/PortletProcessingInterceptorTests.java
Unescape
Escape
Copy filename
View File
Write
Preview
Loading…
x
Add
Cancel
Save
Reference in New Issue
Repository
Cwikius-Spring/spring-security
Title
Body
Create Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues.
Learn more about blocking a user.
User to block:
Optional note:
The note is not visible to the blocked user.
Cancel
Block