org.fcrepo.server.security.xacml.util
Class AttributeFinderConfig.Designator.Attribute

java.lang.Object
  extended by org.fcrepo.server.security.xacml.util.AttributeFinderConfig.Designator.Attribute
Enclosing class:
AttributeFinderConfig.Designator

public class AttributeFinderConfig.Designator.Attribute
extends Object

Encapsulates an attribute together with name/value configuration items

Version:
$Id$
Author:
Stephen Bayliss

Constructor Summary
protected AttributeFinderConfig.Designator.Attribute()
           
 
Method Summary
 String get(String optionName)
          Get named config item for this attribute
 String put(String optionName, String optionValue)
          Add or update a config item for this attribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeFinderConfig.Designator.Attribute

protected AttributeFinderConfig.Designator.Attribute()
Method Detail

get

public String get(String optionName)
Get named config item for this attribute

Parameters:
optionName -
Returns:

put

public String put(String optionName,
                  String optionValue)
Add or update a config item for this attribute

Parameters:
optionName -
optionValue -
Returns:


Copyright © 2011 DuraSpace. All Rights Reserved.