|
BEA Systems, Inc. | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectweblogic.security.providers.saml.SAMLAssertionStoreV2.AssertionInfo
The AssertionInfo class is returned by
SAMLAssertionStoreV2.retrieveAssertionInfo().
It contains the retrieved assertion and related information.
| 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 |
public SAMLAssertionStoreV2.AssertionInfo(String artifact,
String partnerId,
long expire,
Element assertion)
AssertionInfo. Used by implementations
of SAMLAssertionStoreV2 to return assertion into to callers.
| Method Detail |
public String getArtifact()
AssertionInfo.
public Element getAssertion()
AssertionInfo.
public long getExpire()
AssertionInfo.
public String getPartnerId()
AssertionInfo.
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs91 Copyright 2005 BEA Systems Inc. |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||