Class BambooAuthenticationListener
java.lang.Object
com.atlassian.security.auth.trustedapps.seraph.filter.SeraphAuthenticationListener
com.atlassian.bamboo.security.trustedapplications.BambooAuthenticationListener
- All Implemented Interfaces:
com.atlassian.security.auth.trustedapps.filter.AuthenticationListener
public class BambooAuthenticationListener
extends com.atlassian.security.auth.trustedapps.seraph.filter.SeraphAuthenticationListener
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
authenticationSuccess
(com.atlassian.security.auth.trustedapps.filter.Authenticator.Result result, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Methods inherited from class com.atlassian.security.auth.trustedapps.seraph.filter.SeraphAuthenticationListener
authenticationError, authenticationFailure, authenticationNotAttempted
-
Field Details
-
TRUSTED_APPS_USER_LOGIN
- See Also:
-
-
Constructor Details
-
BambooAuthenticationListener
public BambooAuthenticationListener()
-
-
Method Details
-
authenticationSuccess
public void authenticationSuccess(com.atlassian.security.auth.trustedapps.filter.Authenticator.Result result, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) - Specified by:
authenticationSuccess
in interfacecom.atlassian.security.auth.trustedapps.filter.AuthenticationListener
- Overrides:
authenticationSuccess
in classcom.atlassian.security.auth.trustedapps.seraph.filter.SeraphAuthenticationListener
-