com.atlassian.confluence.setup.seraph
Class ConfluenceSecurityController

java.lang.Object
  extended by com.atlassian.confluence.setup.seraph.ConfluenceSecurityController
All Implemented Interfaces:
com.atlassian.seraph.controller.SecurityController, com.atlassian.seraph.Initable

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

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


Field Summary
 
Fields inherited from interface com.atlassian.seraph.controller.SecurityController
NULL_CONTROLLER
 
Constructor Summary
ConfluenceSecurityController()
           
 
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

ConfluenceSecurityController

public ConfluenceSecurityController()
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 © 2003-2014 Atlassian. All Rights Reserved.