Interface AuthenticationDetailsSource<C,T>
-
- All Known Implementing Classes:
J2eeBasedPreAuthenticatedWebAuthenticationDetailsSource
,ServiceAuthenticationDetailsSource
,WebAuthenticationDetailsSource
,WebSpherePreAuthenticatedWebAuthenticationDetailsSource
public interface AuthenticationDetailsSource<C,T>
Provides aAuthentication.getDetails()
object for a given web request.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
buildDetails(C context)
Called by a class when it wishes a new authentication details instance to be created.
-