com.atlassian.bamboo.user.authentication
Class BambooSecurityController

java.lang.Object
  extended by com.atlassian.bamboo.user.authentication.BambooSecurityController
All Implemented Interfaces:
com.atlassian.seraph.controller.SecurityController, com.atlassian.seraph.Initable

public class BambooSecurityController
extends java.lang.Object
implements com.atlassian.seraph.controller.SecurityController

Bamboo security controller to disable security if Bamboo is not setup.


Field Summary
 
Fields inherited from interface com.atlassian.seraph.controller.SecurityController
NULL_CONTROLLER
 
Constructor Summary
BambooSecurityController()
           
 
Method Summary
 void init(java.util.Map map, com.atlassian.seraph.config.SecurityConfig securityConfig)
           
 boolean isSecurityEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BambooSecurityController

public BambooSecurityController()
Method Detail

isSecurityEnabled

public boolean isSecurityEnabled()
Specified by:
isSecurityEnabled in interface com.atlassian.seraph.controller.SecurityController

init

public void init(java.util.Map map,
                 com.atlassian.seraph.config.SecurityConfig securityConfig)
Specified by:
init in interface com.atlassian.seraph.Initable


Copyright © 2011 Atlassian. All Rights Reserved.