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

Field Summary
static java.lang.String LICENSE_REFERENCE
           
static java.lang.String PATHINFO_ATTR
           
static java.lang.String QUERY_STRING_ATTR
           
static java.lang.String REQUEST_IP_ATTR
           
static java.lang.String SERVICE_BASE_URL
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.Object getValue()
           
 

Field Detail

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
Method Detail

getName

java.lang.String getName()

getValue

java.lang.Object getValue()


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