Uses of Interface
org.eclipse.higgins.sts.api.IMetadata

Uses of IMetadata in org.eclipse.higgins.sts.api
 

Methods in org.eclipse.higgins.sts.api that return IMetadata
 IMetadata IClaim.getMetadata()
          This can contain the information about claim (e.g., source, authority who claimed it, validity information if any, etc)
 

Methods in org.eclipse.higgins.sts.api with parameters of type IMetadata
 void IClaim.setMetadata(IMetadata metadata)