org.eclipse.higgins.sts.common
Class EndpointReference
java.lang.Object
org.eclipse.higgins.sts.common.EndpointReference
- All Implemented Interfaces:
- org.eclipse.higgins.sts.api.IEndpointReference
- public class EndpointReference
- extends java.lang.Object
- implements org.eclipse.higgins.sts.api.IEndpointReference
- Author:
- mikemci at us dot ibm dot com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EndpointReference
public EndpointReference()
getAddress
public java.net.URI getAddress()
- Specified by:
getAddress in interface org.eclipse.higgins.sts.api.IEndpointReference
getIdentityCertificate
public java.lang.String getIdentityCertificate()
- Specified by:
getIdentityCertificate in interface org.eclipse.higgins.sts.api.IEndpointReference
setIdentityCertificate
public void setIdentityCertificate(java.lang.String strIdentityCertificate)
- Specified by:
setIdentityCertificate in interface org.eclipse.higgins.sts.api.IEndpointReference
getAnyOtherElements
public java.util.List getAnyOtherElements()
- Specified by:
getAnyOtherElements in interface org.eclipse.higgins.sts.api.IEndpointReference
getMetadataElements
public java.util.List getMetadataElements()
- Specified by:
getMetadataElements in interface org.eclipse.higgins.sts.api.IEndpointReference
getReferenceParametersElements
public java.util.List getReferenceParametersElements()
- Specified by:
getReferenceParametersElements in interface org.eclipse.higgins.sts.api.IEndpointReference
setAddress
public void setAddress(java.net.URI uriAddress)
- Specified by:
setAddress in interface org.eclipse.higgins.sts.api.IEndpointReference