com.atlassian.bamboo.security.trustedapplications
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 java.lang.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.
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 |
BambooAuthenticationController
public BambooAuthenticationController()
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 © 2012 Atlassian. All Rights Reserved.