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

public URI getConfirmationMethod()

setConfirmationMethod

public void setConfirmationMethod(URI uriConfirmationMethod)

getSubjectConfirmationData

public IElement getSubjectConfirmationData()

setSubjectConfirmationData

public void setSubjectConfirmationData(IElement elemSubjectConfirmationData)

getKeyInfo

public IKeyInfo getKeyInfo()

setKeyInfo

public void setKeyInfo(IKeyInfo keyInfo)