mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-12 05:13:33 +00:00
JavaDocs formatting.
This commit is contained in:
parent
f8b0de3459
commit
42c47c086a
@ -21,7 +21,7 @@ import net.sf.acegisecurity.AuthenticationException;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Indicates a class can process a specific {@link
|
* Indicates a class can process a specific {@link
|
||||||
* net.sf.acegisecurity.Authentication} implementation.
|
* net.sf.acegisecurity.Authentication} implementation.
|
||||||
*
|
*
|
||||||
* @author Ben Alex
|
* @author Ben Alex
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
@ -30,7 +30,7 @@ public interface AuthenticationProvider {
|
|||||||
//~ Methods ================================================================
|
//~ Methods ================================================================
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Performs authentication with the same contract as {@link
|
* Performs authentication with the same contract as {@link
|
||||||
* net.sf.acegisecurity.AuthenticationManager#authenticate(Authentication)}.
|
* net.sf.acegisecurity.AuthenticationManager#authenticate(Authentication)}.
|
||||||
*
|
*
|
||||||
* @param authentication the authentication request object.
|
* @param authentication the authentication request object.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user