Uses of Interface
org.n52.security.enforcement.artifact.TransferAttribute

Packages that use TransferAttribute
org.n52.security.enforcement.artifact   
 

Uses of TransferAttribute in org.n52.security.enforcement.artifact
 

Classes in org.n52.security.enforcement.artifact that implement TransferAttribute
 class HttpHeaderAttribute
          HttpHeaderAttribute represents simple Http Header Field as a Key-Value Pair of Strings.
 class SimpleTransferAttribute
          Simple transfer attribute that holds an object instance identified by a string.
 

Methods in org.n52.security.enforcement.artifact that return TransferAttribute
 TransferAttribute TransferableImpl.getAttribute(java.lang.String pName)
           
 TransferAttribute Transferable.getAttribute(java.lang.String pName)
          Gets the TransferAttribute which are stored under pName.
 

Methods in org.n52.security.enforcement.artifact with parameters of type TransferAttribute
 void TransferableImpl.addAttribute(TransferAttribute pAttribute)
           
 void Transferable.addAttribute(TransferAttribute pAttribute)
          Adds a Attribute to the Set and stores it under pAttribute.getName().
 



Copyright © 2004-2009 52north.org. All Rights Reserved.