com.atlassian.seraph.controller
Interface SecurityController

All Superinterfaces:
Initable
All Known Implementing Classes:
NullSecurityController

public interface SecurityController
extends Initable

The SecurityController allows users to plug in and out a 'controller' class which can enable or disable Seraph, based on some settings in their app. This is most useful for disabling Seraph during certain times - ie during a setup wizard.


Field Summary
static java.lang.String NULL_CONTROLLER
           
 
Method Summary
 boolean isSecurityEnabled()
           
 
Methods inherited from interface com.atlassian.seraph.Initable
init
 

Field Detail

NULL_CONTROLLER

public static final java.lang.String NULL_CONTROLLER
Method Detail

isSecurityEnabled

public boolean isSecurityEnabled()


Copyright © 2008 Atlassian Software Systems Pty Ltd. All Rights Reserved.