com.atlassian.bamboo.security.trustedapplications
Class BambooAuthenticationListener

java.lang.Object
  extended by com.atlassian.bamboo.security.trustedapplications.BambooAuthenticationListener
All Implemented Interfaces:
com.atlassian.security.auth.trustedapps.filter.AuthenticationListener

public class BambooAuthenticationListener
extends java.lang.Object
implements com.atlassian.security.auth.trustedapps.filter.AuthenticationListener


Field Summary
static java.lang.String TRUSTED_APPS_USER_LOGIN
           
 
Constructor Summary
BambooAuthenticationListener()
           
 
Method Summary
 void authenticationError(com.atlassian.security.auth.trustedapps.filter.Authenticator.Result result, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void authenticationFailure(com.atlassian.security.auth.trustedapps.filter.Authenticator.Result result, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void authenticationNotAttempted(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void authenticationSuccess(com.atlassian.security.auth.trustedapps.filter.Authenticator.Result result, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRUSTED_APPS_USER_LOGIN

public static final java.lang.String TRUSTED_APPS_USER_LOGIN
See Also:
Constant Field Values
Constructor Detail

BambooAuthenticationListener

public BambooAuthenticationListener()
Method Detail

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 interface com.atlassian.security.auth.trustedapps.filter.AuthenticationListener

authenticationFailure

public void authenticationFailure(com.atlassian.security.auth.trustedapps.filter.Authenticator.Result result,
                                  javax.servlet.http.HttpServletRequest request,
                                  javax.servlet.http.HttpServletResponse response)
Specified by:
authenticationFailure in interface com.atlassian.security.auth.trustedapps.filter.AuthenticationListener

authenticationError

public void authenticationError(com.atlassian.security.auth.trustedapps.filter.Authenticator.Result result,
                                javax.servlet.http.HttpServletRequest request,
                                javax.servlet.http.HttpServletResponse response)
Specified by:
authenticationError in interface com.atlassian.security.auth.trustedapps.filter.AuthenticationListener

authenticationNotAttempted

public void authenticationNotAttempted(javax.servlet.http.HttpServletRequest request,
                                       javax.servlet.http.HttpServletResponse response)
Specified by:
authenticationNotAttempted in interface com.atlassian.security.auth.trustedapps.filter.AuthenticationListener


Copyright © 2011 Atlassian. All Rights Reserved.