public interface AuthenticationDetailsSource<C,T>
Authentication.getDetails()
object for
a given web request.Modifier and Type | Method and Description |
---|---|
T |
buildDetails(C context)
Called by a class when it wishes a new authentication details instance to be created.
|