|
ActiveAuthenticationIdentityProvider
Provides identity tokens used during active authentication to bridge the deficiencies
in Java Login Modules and general Active Authentication patterns
based on Java login modules. Creates a unique, short lived identity token, caching basic Authentication information across redirects,
requests, and threads during the active authentication process. The life-time
of this cached authentication information is meant to be very short lived.
author: David Sean Taylor version: $Id: $ |