Added correct @author and @version tags, more Javadocs to follow
This commit is contained in:
@@ -14,8 +14,9 @@ import java.util.List;
|
||||
/**
|
||||
* Insert comments here...
|
||||
* <br>
|
||||
* User: raykrueger@users.sourceforge.net<br>
|
||||
* Date: Jul 16, 2004<br>
|
||||
*
|
||||
* @author Ray Krueger
|
||||
* @version $Id$
|
||||
*/
|
||||
public class JAASAuthenticationProviderTests extends TestCase {
|
||||
|
||||
|
||||
@@ -1,14 +1,13 @@
|
||||
package net.sf.acegisecurity.providers.jaas;
|
||||
|
||||
import net.sf.acegisecurity.providers.jaas.AuthorityGranter;
|
||||
|
||||
import java.security.Principal;
|
||||
|
||||
/**
|
||||
* Insert comments here...
|
||||
* <br>
|
||||
* User: raykrueger@users.sourceforge.net<br>
|
||||
* Date: Jul 16, 2004<br>
|
||||
*
|
||||
* @author Ray Krueger
|
||||
* @version $Id$
|
||||
*/
|
||||
public class TestAuthorityGranter implements AuthorityGranter {
|
||||
public String grant(Principal principal) {
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
package net.sf.acegisecurity.providers.jaas;
|
||||
|
||||
import net.sf.acegisecurity.Authentication;
|
||||
import net.sf.acegisecurity.providers.jaas.JAASAuthenticationCallbackHandler;
|
||||
|
||||
import javax.security.auth.callback.Callback;
|
||||
import javax.security.auth.callback.TextInputCallback;
|
||||
@@ -11,8 +10,9 @@ import java.io.IOException;
|
||||
/**
|
||||
* Insert comments here...
|
||||
* <br>
|
||||
* User: raykrueger@users.sourceforge.net<br>
|
||||
* Date: Jul 16, 2004<br>
|
||||
*
|
||||
* @author Ray Krueger
|
||||
* @version $Id$
|
||||
*/
|
||||
public class TestCallbackHandler implements JAASAuthenticationCallbackHandler {
|
||||
|
||||
|
||||
@@ -10,8 +10,9 @@ import java.util.Map;
|
||||
/**
|
||||
* Insert comments here...
|
||||
* <br>
|
||||
* @author raykrueger@users.sourceforge.net<br>
|
||||
* Date: Jul 16, 2004<br>
|
||||
*
|
||||
* @author Ray Krueger
|
||||
* @version $Id$
|
||||
*/
|
||||
public class TestLoginModule implements LoginModule {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user