org.eclipse.higgins.icard
Interface IEndpointReference


public interface IEndpointReference


Method Summary
 URI getAddress()
           
 X509Certificate getCertificate()
           
 Element getIdentity()
           
 Element getMetadata()
           
 URI getMetadataAddress()
           
 

Method Detail

getAddress

public URI getAddress()
Returns:

getMetadataAddress

public URI getMetadataAddress()
Returns:
Metadata Address URI if Metadata contains it

getMetadata

public Element getMetadata()
Returns:
Metadata element of TokenService

getIdentity

public Element getIdentity()
Returns:
Identity element of TokenService

getCertificate

public X509Certificate getCertificate()
Returns:
X509Certificate if Identity contains it