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.
 
 
| Methods inherited from interface com.atlassian.seraph.Initable | 
init | 
 
NULL_CONTROLLER
static final String NULL_CONTROLLER
isSecurityEnabled
boolean isSecurityEnabled()
 
 
Copyright © 2013 Atlassian. All Rights Reserved.