public class TransientIdEntry
extends org.opensaml.util.storage.AbstractExpiringObject
| Constructor and Description |
|---|
TransientIdEntry(long lifetime,
String relyingParty,
String principal,
String randomId)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the ID.
|
String |
getPrincipalName()
Gets the principal the token was issued for.
|
String |
getRelyingPartyId()
Gets the relying party the token was issued to.
|
public TransientIdEntry(long lifetime,
String relyingParty,
String principal,
String randomId)
lifetime - lifetime of the token in millisecondsrelyingParty - relying party the token was issued toprincipal - principal the token was issued forrandomId - the random ID tokenpublic String getPrincipalName()
public String getRelyingPartyId()
public String getId()
Copyright © 1999–2014. All rights reserved.