Class BambooAuthenticationController
java.lang.Object
com.atlassian.bamboo.security.trustedapplications.BambooAuthenticationController
- All Implemented Interfaces:
com.atlassian.security.auth.trustedapps.filter.AuthenticationController
public class BambooAuthenticationController
extends Object
implements com.atlassian.security.auth.trustedapps.filter.AuthenticationController
This is different to other apps (and SAL) as Bamboo does not use role mapping functionality.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
shouldAttemptAuthentication
(javax.servlet.http.HttpServletRequest request)
-
Constructor Details
-
BambooAuthenticationController
public BambooAuthenticationController()
-
-
Method Details
-
shouldAttemptAuthentication
public boolean shouldAttemptAuthentication(javax.servlet.http.HttpServletRequest request) - Specified by:
shouldAttemptAuthentication
in interfacecom.atlassian.security.auth.trustedapps.filter.AuthenticationController
-
canLogin
- Specified by:
canLogin
in interfacecom.atlassian.security.auth.trustedapps.filter.AuthenticationController
-