mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-12 21:33:30 +00:00
Javadoc typos.
This commit is contained in:
parent
7a0313a341
commit
e3b728cc9a
@ -20,13 +20,13 @@ package org.acegisecurity;
|
|||||||
* not sufficiently trusted.
|
* not sufficiently trusted.
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* {{@link org.acegisecurity.vote.AccessDecisionVoter}s will typically throw
|
* {@link org.acegisecurity.vote.AccessDecisionVoter}s will typically throw
|
||||||
* this exception if they are dissatisfied with the level of the
|
* this exception if they are dissatisfied with the level of the
|
||||||
* authentication, such as if performed using a remember-me mechnanism or
|
* authentication, such as if performed using a remember-me mechanism or
|
||||||
* anonymously. The commonly used {@link
|
* anonymously. The commonly used {@link
|
||||||
* org.acegisecurity.intercept.web.SecurityEnforcementFilter} will thus
|
* org.acegisecurity.intercept.web.SecurityEnforcementFilter} will thus
|
||||||
* cause the <code>AuthenticationEntryPoint</code> to be called, allowing the
|
* cause the <code>AuthenticationEntryPoint</code> to be called, allowing the
|
||||||
* principal to authenticate with a stronger level of authentication. }
|
* principal to authenticate with a stronger level of authentication.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* @author Ben Alex
|
* @author Ben Alex
|
||||||
|
Loading…
x
Reference in New Issue
Block a user