public interface

AuthenticationDetailsSource

org.springframework.security.authentication.AuthenticationDetailsSource<C, T>
Known Indirect Subclasses

Class Overview

Provides a getDetails() object for a given web request.

Summary

Public Methods
abstract T buildDetails(C context)
Called by a class when it wishes a new authentication details instance to be created.

Public Methods

public abstract T buildDetails (C context)

Called by a class when it wishes a new authentication details instance to be created.

Parameters
context the request object, which may be used by the authentication details object
Returns
  • a fully-configured authentication details instance