BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.security.providers.saml
Class SAMLAssertionStoreV2.AssertionInfo

java.lang.Object
  extended byweblogic.security.providers.saml.SAMLAssertionStoreV2.AssertionInfo
Enclosing class:
SAMLAssertionStoreV2

public static class SAMLAssertionStoreV2.AssertionInfo
extends Object

The AssertionInfo class is returned by SAMLAssertionStoreV2.retrieveAssertionInfo(). It contains the retrieved assertion and related information.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
SAMLAssertionStoreV2.AssertionInfo(String artifact, String partnerId, long expire, Element assertion)
          Construct a new AssertionInfo.
 
Method Summary
 String getArtifact()
          Return the artifact contained in this AssertionInfo.
 Element getAssertion()
          Return the assertion contained in this AssertionInfo.
 long getExpire()
          Return the expiration time contained in this AssertionInfo.
 String getPartnerId()
          Return the partner ID contained in this AssertionInfo.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAMLAssertionStoreV2.AssertionInfo

public SAMLAssertionStoreV2.AssertionInfo(String artifact,
                                          String partnerId,
                                          long expire,
                                          Element assertion)
Construct a new AssertionInfo. Used by implementations of SAMLAssertionStoreV2 to return assertion into to callers.

Method Detail

getArtifact

public String getArtifact()
Return the artifact contained in this AssertionInfo.

Returns:
The artifact.

getAssertion

public Element getAssertion()
Return the assertion contained in this AssertionInfo.

Returns:
The assertion.

getExpire

public long getExpire()
Return the expiration time contained in this AssertionInfo.

Returns:
The expiration time.

getPartnerId

public String getPartnerId()
Return the partner ID contained in this AssertionInfo.

Returns:
The partner ID.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.