org.n52.security.common.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.


Field Summary
static String HTTP_AUTH_BASIC_PASSWORD
           
static String HTTP_AUTH_BASIC_USERNAME
           
static String HTTP_COOKIES
           
static String HTTP_REQUEST
           
static String HTTP_RESPONSE
           
static String LICENSE_REFERENCE
           
static String PATHINFO_ATTR
          Name of an attribute that stores additional path info that was appended to the URL of the Enforcement Point.
static String QUERY_STRING_ATTR
           
static String REQUEST_IP_ATTR
           
static String RESPONSE_STATUS_CODE
           
static String SERVICE_BASE_URL
           
 
Method Summary
 String getName()
           
 Object getValue()
           
 

Field Detail

HTTP_REQUEST

static final String HTTP_REQUEST
See Also:
Constant Field Values

HTTP_RESPONSE

static final String HTTP_RESPONSE
See Also:
Constant Field Values

HTTP_COOKIES

static final String HTTP_COOKIES
See Also:
Constant Field Values

PATHINFO_ATTR

static final String PATHINFO_ATTR
Name of an attribute that stores additional path info that was appended to the URL of the Enforcement Point. The path info stored in this attribute is appended to the request URL of the protected service when it is requested.

See Also:
Constant Field Values

QUERY_STRING_ATTR

static final String QUERY_STRING_ATTR
See Also:
Constant Field Values

REQUEST_IP_ATTR

static final String REQUEST_IP_ATTR
See Also:
Constant Field Values

LICENSE_REFERENCE

static final String LICENSE_REFERENCE
See Also:
Constant Field Values

SERVICE_BASE_URL

static final String SERVICE_BASE_URL
See Also:
Constant Field Values

RESPONSE_STATUS_CODE

static final String RESPONSE_STATUS_CODE
See Also:
Constant Field Values

HTTP_AUTH_BASIC_USERNAME

static final String HTTP_AUTH_BASIC_USERNAME
See Also:
Constant Field Values

HTTP_AUTH_BASIC_PASSWORD

static final String HTTP_AUTH_BASIC_PASSWORD
See Also:
Constant Field Values
Method Detail

getName

String getName()

getValue

Object getValue()


Copyright © 2004–2013 52north.org. All rights reserved.