org.n52.security.common.artifact
Class SimpleTransferAttribute
java.lang.Object
org.n52.security.common.artifact.SimpleTransferAttribute
- All Implemented Interfaces:
- TransferAttribute
public class SimpleTransferAttribute
- extends Object
- implements TransferAttribute
Simple transfer attribute that holds an object instance identified by a string.
Fields inherited from interface org.n52.security.common.artifact.TransferAttribute |
ENFORCEMENTPOINT_ID, HTTP_AUTH_BASIC_PASSWORD, HTTP_AUTH_BASIC_USERNAME, HTTP_COOKIES, HTTP_REQUEST, HTTP_RESPONSE, LICENSE_REFERENCE, PATHINFO_ATTR, QUERY_STRING_ATTR, REQUEST_IP_ATTR, RESPONSE_STATUS_CODE, SERVICE_BASE_URL |
SimpleTransferAttribute
public SimpleTransferAttribute(String pName,
Object pValue)
getName
public String getName()
- Specified by:
getName
in interface TransferAttribute
getValue
public Object getValue()
- Specified by:
getValue
in interface TransferAttribute
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2004–2014 52north.org. All rights reserved.