Class 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 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​(Principal principal,
                                javax.servlet.http.HttpServletRequest request)
        Specified by:
        canLogin in interface com.atlassian.security.auth.trustedapps.filter.AuthenticationController