mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-26 22:02:41 +00:00
Revert "SEC-2078: Updated Javadoc to reflect that updates to Principal will also trigger reauthentication"
This reverts commit ece4a0f0674f93dc9f24c17ede30017b28f8ba45.
This commit is contained in:
parent
ece4a0f067
commit
70849aa8d2
@ -250,9 +250,9 @@ public abstract class AbstractPreAuthenticatedProcessingFilter extends GenericFi
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* If set, the pre-authenticated principal will be checked on each request and compared against the name of the
|
* If set, the pre-authenticated principal will be checked on each request and compared
|
||||||
* current <tt>Authentication</tt> object. A check to determine if {@link Authentication#getPrincipal()} is equal
|
* against the name of the current <tt>Authentication</tt> object. If a change is detected,
|
||||||
* to the principal will also be performed. If a change is detected, the user will be reauthenticated.
|
* the user will be reauthenticated.
|
||||||
*
|
*
|
||||||
* @param checkForPrincipalChanges
|
* @param checkForPrincipalChanges
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user