public static class SAMLAssertionStoreV2.AssertionInfo
extends java.lang.Object
AssertionInfo class is returned by
 SAMLAssertionStoreV2.retrieveAssertionInfo().
 It contains the retrieved assertion and related information.| Modifier and Type | Method | Description | 
|---|---|---|
java.lang.String | 
getArtifact() | 
 Return the artifact contained in this  
AssertionInfo. | 
org.w3c.dom.Element | 
getAssertion() | 
 Return the assertion contained in this  
AssertionInfo. | 
long | 
getExpire() | 
 Return the expiration time contained in this  
AssertionInfo. | 
java.lang.String | 
getPartnerId() | 
 Return the partner ID contained in this  
AssertionInfo. | 
public java.lang.String getArtifact()
AssertionInfo.public java.lang.String getPartnerId()
AssertionInfo.public long getExpire()
AssertionInfo.public org.w3c.dom.Element getAssertion()
AssertionInfo.