| java.lang.Object | |
| ↳ | org.springframework.security.authentication.AuthenticationDetailsSourceImpl |
Known Direct Subclasses
|
This class is deprecated.
Write an implementation of AuthenticationDetailsSource which returns the desired type directly.
Base implementation of AuthenticationDetailsSource.
By default will create an instance of AuthenticationDetails.
Any object that accepts an Object as its sole constructor can
be used instead of this default.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.springframework.security.authentication.AuthenticationDetailsSource
| |||||||||||