org.eclipse.higgins.sts.api
Interface ISubjectConfirmation


public interface ISubjectConfirmation

Author:
mikemci

Method Summary
 URI getConfirmationMethod()
           
 IKeyInfo getKeyInfo()
           
 IElement getSubjectConfirmationData()
           
 void setConfirmationMethod(URI uriConfirmationMethod)
           
 void setKeyInfo(IKeyInfo keyInfo)
           
 void setSubjectConfirmationData(IElement elemSubjectConfirmationData)
           
 

Method Detail

getConfirmationMethod

URI getConfirmationMethod()

setConfirmationMethod

void setConfirmationMethod(URI uriConfirmationMethod)

getSubjectConfirmationData

IElement getSubjectConfirmationData()

setSubjectConfirmationData

void setSubjectConfirmationData(IElement elemSubjectConfirmationData)

getKeyInfo

IKeyInfo getKeyInfo()

setKeyInfo

void setKeyInfo(IKeyInfo keyInfo)