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.
-
Class Summary Class Description JaasApiIntegrationFilter AFilter
which attempts to obtain a JAASSubject
and continue theFilterChain
running as thatSubject
.