@Extension public static class LastGrantedAuthoritiesProperty.SecurityListenerImpl extends SecurityListener
GrantedAuthoritys properly.ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
SecurityListenerImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
authenticated(org.acegisecurity.userdetails.UserDetails details)
Fired when a user was successfully authenticated by password.
|
protected void |
failedToAuthenticate(String username)
Fired when a user tried to authenticate by password but failed.
|
protected void |
failedToLogIn(String username)
Fired when a user has failed to log in via the web UI.
|
protected void |
loggedIn(String username)
Fired when a user has logged in via the web UI.
|
protected void |
loggedOut(String username)
Fired when a user logs out.
|
fireAuthenticated, fireFailedToAuthenticate, fireFailedToLogIn, fireLoggedIn, fireLoggedOutprotected void authenticated(@Nonnull org.acegisecurity.userdetails.UserDetails details)
SecurityListenerAbstractPasswordBasedSecurityRealms are considered.authenticated in class SecurityListenerdetails - details of the newly authenticated user, such as name and groupsprotected void failedToAuthenticate(@Nonnull String username)
SecurityListenerfailedToAuthenticate in class SecurityListenerusername - the userSecurityListener.authenticated(org.acegisecurity.userdetails.UserDetails)protected void loggedIn(@Nonnull String username)
SecurityListenerSecurityListener.authenticated(org.acegisecurity.userdetails.UserDetails).loggedIn in class SecurityListenerusername - the userprotected void failedToLogIn(@Nonnull String username)
SecurityListenerSecurityListener.failedToAuthenticate(java.lang.String).failedToLogIn in class SecurityListenerusername - the userprotected void loggedOut(@Nonnull String username)
SecurityListenerloggedOut in class SecurityListenerusername - the userCopyright © 2019. All rights reserved.