|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fcrepo.server.security.xacml.util.AttributeFinderConfig
public class AttributeFinderConfig
Configuration for an attribute finder. Encapsulates a set of designators (corresponding to XACML policy targets), each of which encapsulates a set of XACML attribute IDs and configurations
| Constructor Summary | |
|---|---|
AttributeFinderConfig()
|
|
| Method Summary | |
|---|---|
Designator |
get(int designator)
Get a Designator based on the Sun XACML designator ID |
Designator |
get(String designatorName)
Get a Designator based on the XACML target name (in lower case) |
Set<Integer> |
getDesignatorIds()
Gets the designator IDs that have been configured |
Designator |
put(String designatorName)
Add or update a Designator. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeFinderConfig()
| Method Detail |
|---|
public Designator get(int designator)
designator -
public Designator get(String designatorName)
designatorName -
public Set<Integer> getDesignatorIds()
public Designator put(String designatorName)
throws AttributeFinderException
designatorName -
AttributeFinderException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||