public class SecurityManager extends Object implements SecurityManagerI
Modifier and Type | Field and Description |
---|---|
static String |
ACTIVATE |
static String |
CREATE |
static String |
DELETE |
static String |
EDIT |
static String |
READ |
static String |
SELECT_GRAND |
static String |
XML_PATH |
Modifier and Type | Method and Description |
---|---|
static SecurityManager |
GetInstance() |
ArrayList |
getSecurityElements()
ArrayList of Strings (fullXMLNames of secured elements i.e.
|
static ArrayList |
getSecurityRoles() |
static void |
Init() |
boolean |
isSecurityElement(String elementName) |
static void |
Refresh() |
public static final String XML_PATH
public static final String SELECT_GRAND
public static final String READ
public static final String CREATE
public static final String EDIT
public static final String DELETE
public static final String ACTIVATE
public static SecurityManager GetInstance() throws Exception
Exception
public static ArrayList getSecurityRoles() throws Exception
Exception
public ArrayList getSecurityElements()
SecurityManagerI
getSecurityElements
in interface SecurityManagerI
public boolean isSecurityElement(String elementName)
isSecurityElement
in interface SecurityManagerI
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.