|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fcrepo.server.security.xacml.util.Designator
public class Designator
Encapsulates a set of attributes for this designator (ie for XACML target corresponding to a target designator)
| Constructor Summary | |
|---|---|
protected |
Designator()
|
| Method Summary | |
|---|---|
Attribute |
get(String attributeName)
Gets an attribute by name |
Set<String> |
getAttributeNames()
Get all attribute names for this designator (XACML target) |
Attribute |
put(String attributeName)
Add/update an attribute for this target. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected Designator()
| Method Detail |
|---|
public Attribute get(String attributeName)
attributeName -
public Set<String> getAttributeNames()
public Attribute put(String attributeName)
attributeName -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||