public class PermissionCriteria extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SCHEMA_ELEMENT_NAME |
Constructor and Description |
---|
PermissionCriteria() |
PermissionCriteria(ItemI i) |
Modifier and Type | Method and Description |
---|---|
boolean |
canAccess(String access,
String headerFormat,
SecurityValues values) |
boolean |
getAction(String action) |
boolean |
getActivate() |
String |
getComparisonType() |
boolean |
getCreate() |
boolean |
getDelete() |
boolean |
getEdit() |
String |
getField() |
Object |
getFieldValue() |
boolean |
getRead() |
String |
getSchemaElementName() |
boolean |
isActive() |
void |
setActivate(boolean b) |
void |
setComparisonType(String o) |
void |
setCreate(boolean b) |
void |
setDelete(boolean b) |
void |
setEdit(boolean b) |
void |
setField(String s) |
void |
setFieldValue(Object o) |
void |
setRead(boolean b) |
String |
toString() |
public static final String SCHEMA_ELEMENT_NAME
public String getSchemaElementName()
public boolean isActive()
public String getField()
public String getComparisonType()
public Object getFieldValue()
public boolean getCreate()
public boolean getRead()
public boolean getEdit()
public boolean getDelete()
public boolean getActivate()
public boolean getAction(String action)
public boolean canAccess(String access, String headerFormat, SecurityValues values) throws Exception
Exception
public void setActivate(boolean b)
public void setCreate(boolean b)
public void setRead(boolean b)
public void setEdit(boolean b)
public void setDelete(boolean b)
public void setField(String s)
public void setFieldValue(Object o)
public void setComparisonType(String o)
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.