com.atlassian.seraph.controller
Class NullSecurityController

java.lang.Object
  extended bycom.atlassian.seraph.controller.NullSecurityController
All Implemented Interfaces:
Initable, SecurityController

public class NullSecurityController
extends java.lang.Object
implements SecurityController

The default Seraph controller implementation will always enable security.

See Also:
SecurityController

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

Constructor Detail

NullSecurityController

public NullSecurityController()
Method Detail

isSecurityEnabled

public boolean isSecurityEnabled()
Specified by:
isSecurityEnabled in interface SecurityController

init

public void init(java.util.Map params,
                 SecurityConfig config)
Specified by:
init in interface Initable


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