|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.util.storage.AbstractExpiringObject
edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.attributeDefinition.TransientIdEntry
public class TransientIdEntry
Storage service entry used to store information associated with a transient ID.
Constructor Summary | |
---|---|
TransientIdEntry(long lifetime,
String relyingParty,
String principal,
String randomId)
Constructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.opensaml.util.storage.AbstractExpiringObject |
---|
getExpirationTime, isExpired, onExpire |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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 tokenMethod Detail |
---|
public String getPrincipalName()
public String getRelyingPartyId()
public String getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |