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
 java.lang.String getAddress()
          Gets the value of the address property.
 java.lang.String getInResponseTo()
          Gets the value of the inResponseTo property.
 java.util.Date getNotBeforeDate()
          Gets the value of the notBefore property.
 java.util.Date getNotOnOrAfterDate()
          Gets the value of the notOnOrAfter property.
 java.lang.String getRecipient()
          Gets the value of the recipient property.
 

Method Detail

getAddress

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

Returns:
object is String

getInResponseTo

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

Returns:
object is String

getNotBeforeDate

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

Returns:
object is Date

getNotOnOrAfterDate

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

Returns:
object is Date

getRecipient

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

Returns:
object is String


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