com.atlassian.bamboo.security.trustedapplications
Class BambooAuthenticationController

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

public class BambooAuthenticationController
extends java.lang.Object
implements com.atlassian.security.auth.trustedapps.filter.AuthenticationController


Constructor Summary
BambooAuthenticationController()
           
 
Method Summary
 boolean canLogin(java.security.Principal principal, javax.servlet.http.HttpServletRequest request)
           
 boolean shouldAttemptAuthentication(javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BambooAuthenticationController

public BambooAuthenticationController()
Method Detail

shouldAttemptAuthentication

public boolean shouldAttemptAuthentication(javax.servlet.http.HttpServletRequest request)
Specified by:
shouldAttemptAuthentication in interface com.atlassian.security.auth.trustedapps.filter.AuthenticationController

canLogin

public boolean canLogin(java.security.Principal principal,
                        javax.servlet.http.HttpServletRequest request)
Specified by:
canLogin in interface com.atlassian.security.auth.trustedapps.filter.AuthenticationController


Copyright © 2011 Atlassian. All Rights Reserved.