Package org.springframework.security.web.jaasapi
package org.springframework.security.web.jaasapi
Makes a JAAS Subject available as the current Subject.
 
 To use, simply add the JaasApiIntegrationFilter to the Spring Security filter
 chain.
- 
ClassesClassDescriptionAFilterwhich attempts to obtain a JAASSubjectand continue theFilterChainrunning as thatSubject.