mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-09 11:53:30 +00:00
Removed reference in Javadoc to obtaining and validating the SecureContext (checking for null etc), as this is no longer relevant.
This commit is contained in:
parent
c89d4a8add
commit
e51c38aec9
@ -59,12 +59,8 @@ import java.util.Set;
|
|||||||
*
|
*
|
||||||
* <ol>
|
* <ol>
|
||||||
* <li>
|
* <li>
|
||||||
* Extract the {@link SecureContext} from the {@link SecurityContextHolder},
|
* Obtain the {@link Authentication} object from the
|
||||||
* handling any errors such as invalid or <code>null</code> objects.
|
* {@link SecurityContextHolder}.
|
||||||
* </li>
|
|
||||||
* <li>
|
|
||||||
* Obtain the {@link Authentication} object from the extracted
|
|
||||||
* <code>SecureContext</code>.
|
|
||||||
* </li>
|
* </li>
|
||||||
* <li>
|
* <li>
|
||||||
* Determine if the request relates to a secured or public invocation by
|
* Determine if the request relates to a secured or public invocation by
|
||||||
|
Loading…
x
Reference in New Issue
Block a user