| A static field-based implementation of
org.acegisecurity.context.SecurityContextHolderStrategy .This means that all instances in the JVM share the
same SecurityContext . This is generally useful with rich clients, such as Swing.
author: Ben Alex version: $Id: SecurityContextHolder.java 1324 2006-02-12 06:29:53Z benalex $ |