public class TransientIdEntry extends AbstractExpiringObject
コンストラクタと説明 |
---|
TransientIdEntry(long lifetime,
String relyingParty,
String principal,
String randomId)
Constructor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
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
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 © 2012. All Rights Reserved.