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.
-
ClassDescriptionA
Filter
which attempts to obtain a JAASSubject
and continue theFilterChain
running as thatSubject
.