public class TransientIdEntry extends AbstractExpiringObject
Modifier and Type | Field and Description |
---|---|
private String |
id
Transient id.
|
private String |
principalName
Principal for which the token was issued.
|
private String |
relyingPartyId
Relying party the token was issued to.
|
private static long |
serialVersionUID
Serial version UID.
|
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.
|
getExpirationTime, isExpired, onExpire
private static final long serialVersionUID
private String relyingPartyId
private String principalName
private String id
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-2012. All Rights Reserved.