public interface Context
| Modifier and Type | Field and Description |
|---|---|
static String |
FEDORA_AUX_SUBJECT_ATTRIBUTES |
| Modifier and Type | Method and Description |
|---|---|
Iterator<String> |
actionAttributes() |
Iterator<String> |
environmentAttributes() |
String |
getActionValue(String name) |
String[] |
getActionValues(String name) |
MultiValueMap |
getEnvironmentAttributes() |
String |
getEnvironmentValue(String name) |
String[] |
getEnvironmentValues(String name) |
boolean |
getNoOp() |
String |
getPassword() |
String |
getResourceValue(String name) |
String[] |
getResourceValues(String name) |
String |
getSubjectValue(String name) |
String[] |
getSubjectValues(String name) |
int |
nActionValues(String name) |
int |
nEnvironmentValues(String name) |
Date |
now() |
int |
nResourceValues(String name) |
int |
nSubjectValues(String name) |
Iterator<String> |
resourceAttributes() |
void |
setActionAttributes(MultiValueMap actionAttributes) |
void |
setResourceAttributes(MultiValueMap resourceAttributes) |
Iterator<String> |
subjectAttributes() |
String |
toString() |
static final String FEDORA_AUX_SUBJECT_ATTRIBUTES
MultiValueMap getEnvironmentAttributes()
int nEnvironmentValues(String name)
int nSubjectValues(String name)
int nActionValues(String name)
int nResourceValues(String name)
void setActionAttributes(MultiValueMap actionAttributes)
void setResourceAttributes(MultiValueMap resourceAttributes)
String getPassword()
Date now()
boolean getNoOp()
Copyright © 2013 DuraSpace. All Rights Reserved.