Minor Javadoc correction.
This commit is contained in:
parent
b215a9da07
commit
defc79c283
|
@ -34,17 +34,17 @@ public interface AuthenticationEntryPoint {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Commences an authentication scheme.
|
* Commences an authentication scheme.
|
||||||
*
|
*
|
||||||
* <P>
|
* <P>
|
||||||
* <code>SecurityEnforcementFilter</code> will populate the
|
* <code>SecurityEnforcementFilter</code> will populate the
|
||||||
* <code>HttpSession</code> attribute named
|
* <code>HttpSession</code> attribute named
|
||||||
* <code>AuthenticationProcessingFilter.ACEGI_SECURITY_TARGET_URL_KEY</code>
|
* <code>AuthenticationProcessingFilter.ACEGI_SECURITY_TARGET_URL_KEY</code>
|
||||||
* with the requested target URL before calling this method.
|
* with the requested target URL before calling this method.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* <P>
|
* <P>
|
||||||
* Implementations should modify the headers on the
|
* Implementations should modify the headers on the
|
||||||
* <code>ServletResponse</code> to as necessary to commence the
|
* <code>ServletResponse</code> as necessary to commence the
|
||||||
* authentication process.
|
* authentication process.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue