A Filter
which attempts to obtain a JAAS Subject
and continue the FilterChain
running as that Subject
.
By using this Filter
in conjunction with Spring's JaasAuthenticationProvider
both Spring's SecurityContext
and a JAAS Subject
can be populated simultaneously. This is useful when integrating with code that requires a JAAS Subject
to be populated.
|
|