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.
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
getName
String getName()
getValue
Object getValue()
Copyright © 2004–2013 52north.org. All rights reserved.