|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.seraph.controller.NullSecurityController
public class NullSecurityController
The default Seraph controller implementation will always enable security.
SecurityController| Field Summary |
|---|
| Fields inherited from interface com.atlassian.seraph.controller.SecurityController |
|---|
NULL_CONTROLLER |
| Constructor Summary | |
|---|---|
NullSecurityController()
|
|
| Method Summary | |
|---|---|
void |
init(java.util.Map<java.lang.String,java.lang.String> params,
SecurityConfig config)
Initialise the configuration object with the given "init-params". |
boolean |
isSecurityEnabled()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NullSecurityController()
| Method Detail |
|---|
public boolean isSecurityEnabled()
isSecurityEnabled in interface SecurityController
public void init(java.util.Map<java.lang.String,java.lang.String> params,
SecurityConfig config)
Initable
init in interface Initableparams - The map of "init-params" extracted from the Seraph config file. This is guaranteed not null.config - The Seraph SecurityConfig class that is initialising the config objects. This object will only be partially initialised at this time.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||