org.n52.security.enforcement.artifact
Interface TransferAttribute
- All Known Implementing Classes:
- HttpHeaderAttribute, SimpleTransferAttribute
public interface TransferAttribute
Represents a Name-Value Attribute Pair.
It covers special Attributes for different DCP-Types.
- Author:
- reiprecht
PATHINFO_ATTR
static final java.lang.String PATHINFO_ATTR
- See Also:
- Constant Field Values
QUERY_STRING_ATTR
static final java.lang.String QUERY_STRING_ATTR
- See Also:
- Constant Field Values
REQUEST_IP_ATTR
static final java.lang.String REQUEST_IP_ATTR
- See Also:
- Constant Field Values
LICENSE_REFERENCE
static final java.lang.String LICENSE_REFERENCE
- See Also:
- Constant Field Values
SERVICE_BASE_URL
static final java.lang.String SERVICE_BASE_URL
- See Also:
- Constant Field Values
getName
java.lang.String getName()
getValue
java.lang.Object getValue()
Copyright © 2004-2009 52north.org. All Rights Reserved.