@Extension public static class LastGrantedAuthoritiesProperty.SecurityListenerImpl extends SecurityListener
GrantedAuthority
s 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, fireLoggedOut
protected void authenticated(@Nonnull org.acegisecurity.userdetails.UserDetails details)
SecurityListener
AbstractPasswordBasedSecurityRealm
s are considered.authenticated
in class SecurityListener
details
- details of the newly authenticated user, such as name and groupsprotected void failedToAuthenticate(@Nonnull String username)
SecurityListener
failedToAuthenticate
in class SecurityListener
username
- the userSecurityListener.authenticated(org.acegisecurity.userdetails.UserDetails)
protected void loggedIn(@Nonnull String username)
SecurityListener
SecurityListener.authenticated(org.acegisecurity.userdetails.UserDetails)
.loggedIn
in class SecurityListener
username
- the userprotected void failedToLogIn(@Nonnull String username)
SecurityListener
SecurityListener.failedToAuthenticate(java.lang.String)
.failedToLogIn
in class SecurityListener
username
- the userprotected void loggedOut(@Nonnull String username)
SecurityListener
loggedOut
in class SecurityListener
username
- the userCopyright © 2019. All rights reserved.