Skip to content

Commit

Permalink
Issue #11296 Fix javadoc on AbstractLoginModule (#11297)
Browse files Browse the repository at this point in the history
* Issue #11296 Fix javadoc on AbstractLoginModule
  • Loading branch information
janbartel authored Jan 24, 2024
1 parent a2d86c7 commit 8163219
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@
/**
* AbstractLoginModule
*
* Abstract base class for all LoginModules. Subclasses should
* just need to implement getUserInfo method.
* Abstract base class for all {@link LoginModule LoginModules}. Subclasses should
* implement {@link #getUser(String)} method, and subclass {@link JAASUser} to implement
* {@link JAASUser#doFetchRoles()} method.
*/
public abstract class AbstractLoginModule implements LoginModule
{
Expand Down

0 comments on commit 8163219

Please sign in to comment.