Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Suggested additions now all filed in JIRA and linked to JENKINS-20999
…for tracking.
  • Loading branch information
jglick committed Feb 19, 2015
1 parent 419d670 commit 61091c1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions core/src/main/java/jenkins/security/SecurityListener.java
Expand Up @@ -80,12 +80,6 @@ public abstract class SecurityListener implements ExtensionPoint {
*/
protected abstract void loggedOut(@Nonnull String username);

// TODO event for authenticated via SSH key in CLI (SshCliAuthenticator)
// TODO event for authenticated via API token (ApiTokenFilter)
// TODO event for permission denied exception thrown (mainly ACL.checkPermission), and/or caught at top level (ExceptionTranslationFilter.handleException)
// TODO event for new user signed up (e.g. in HudsonPrivateSecurityRealm)
// TODO event for CAPTCHA failure

/** @since 1.569 */
public static void fireAuthenticated(@Nonnull UserDetails details) {
if (LOGGER.isLoggable(Level.FINE)) {
Expand Down

0 comments on commit 61091c1

Please sign in to comment.