44c44
< * <p> This <code>LoginModule</code>
---
> * This {@code LoginModule}
46,47c46,47
< * <code>Principal</code>s
< * and associates them with a <code>Subject</code>.
---
> * {@code Principal}s
> * and associates them with a {@code Subject}.
88c88
< * Initialize this <code>LoginModule</code>.
---
> * Initialize this {@code LoginModule}.
90c90
< * <p>
---
> * @param subject the {@code Subject} to be authenticated.
92,94c92
< * @param subject the <code>Subject</code> to be authenticated. <p>
< *
< * @param callbackHandler a <code>CallbackHandler</code> for communicating
---
> * @param callbackHandler a {@code CallbackHandler} for communicating
98c96
< * parameter is ignored.<p>
---
> * parameter is ignored.
100c98
< * @param sharedState shared <code>LoginModule</code> state. <p>
---
> * @param sharedState shared {@code LoginModule} state.
103,104c101,102
< * <code>Configuration</code> for this particular
< * <code>LoginModule</code>.
---
> * {@code Configuration} for this particular
> * {@code LoginModule}.
128,130c126
< * <p>
< *
< * @return true in all cases since this <code>LoginModule</code>
---
> * @return true in all cases since this {@code LoginModule}
133c129
< * @exception FailedLoginException if the authentication fails. <p>
---
> * @exception FailedLoginException if the authentication fails.
135c131
< * @exception LoginException if this <code>LoginModule</code>
---
> * @exception LoginException if this {@code LoginModule}
224c220
< * <p> This method is called if the LoginContext's
---
> * This method is called if the LoginContext's
231,234c227,230
< * <code>login</code> method), then this method associates some
< * number of various <code>Principal</code>s
< * with the <code>Subject</code> located in the
< * <code>LoginModuleContext</code>. If this LoginModule's own
---
> * {@code login} method), then this method associates some
> * number of various {@code Principal}s
> * with the {@code Subject} located in the
> * {@code LoginModuleContext}. If this LoginModule's own
238,239d233
< * <p>
< *
293c287
< * <p> This method is called if the LoginContext's
---
> * This method is called if the LoginContext's
300c294
< * <code>login</code> and <code>commit</code> methods),
---
> * {@code login} and {@code commit} methods),
303,304d296
< * <p>
< *
339,343c331,335
< * <p> This method removes the <code>NTUserPrincipal</code>,
< * <code>NTDomainPrincipal</code>, <code>NTSidUserPrincipal</code>,
< * <code>NTSidDomainPrincipal</code>, <code>NTSidGroupPrincipal</code>s,
< * and <code>NTSidPrimaryGroupPrincipal</code>
< * that may have been added by the <code>commit</code> method.
---
> * <p> This method removes the {@code NTUserPrincipal},
> * {@code NTDomainPrincipal}, {@code NTSidUserPrincipal},
> * {@code NTSidDomainPrincipal}, {@code NTSidGroupPrincipal}s,
> * and {@code NTSidPrimaryGroupPrincipal}
> * that may have been added by the {@code commit} method.
345,346d336
< * <p>
< *
349c339
< * @return true in all cases since this <code>LoginModule</code>
---
> * @return true in all cases since this {@code LoginModule}