com.sun.xml.wss.saml
Interface SubjectConfirmationData

All Known Subinterfaces:
KeyInfoConfirmationData
All Known Implementing Classes:
KeyInfoConfirmationData, SubjectConfirmationData

public interface SubjectConfirmationData

Author:
abhijit.das@Sun.COM

Method Summary
 String getAddress()
          Gets the value of the address property.
 String getInResponseTo()
          Gets the value of the inResponseTo property.
 Date getNotBeforeDate()
          Gets the value of the notBefore property.
 Date getNotOnOrAfterDate()
          Gets the value of the notOnOrAfter property.
 String getRecipient()
          Gets the value of the recipient property.
 

Method Detail

getAddress

String getAddress()
Gets the value of the address property.

Returns:
object is String

getInResponseTo

String getInResponseTo()
Gets the value of the inResponseTo property.

Returns:
object is String

getNotBeforeDate

Date getNotBeforeDate()
Gets the value of the notBefore property.

Returns:
object is Date

getNotOnOrAfterDate

Date getNotOnOrAfterDate()
Gets the value of the notOnOrAfter property.

Returns:
object is Date

getRecipient

String getRecipient()
Gets the value of the recipient property.

Returns:
object is String


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.