public class AccessControlContext extends BaseContext
AccessControl interface.BaseContext.ContextSetNoRemoveIteratorDecorator| Modifier and Type | Field and Description |
|---|---|
private String |
operation
The operation.
|
private String |
resource
The resource.
|
| Constructor and Description |
|---|
AccessControlContext() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOperation()
Get the operation being performed.
|
String |
getResource()
Get the resource being operated on.
|
AccessControlContext |
setOperation(String op)
Set the operation being performed.
|
AccessControlContext |
setResource(String res)
Set the resource being operated on.
|
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, isAutoCreateSubcontexts, iterator, removeSubcontext, removeSubcontext, setAutoCreateSubcontexts, setParent@Nullable public String getOperation()
@Nonnull public AccessControlContext setOperation(@Nullable String op)
op - the operation@Nullable public String getResource()
@Nonnull public AccessControlContext setResource(@Nullable String res)
res - the resourceCopyright © 1999–2016 Shibboleth Consortium. All rights reserved.