public class PersistentIdEntry extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
private Timestamp |
creationTime
Time the identifier was created.
|
private Timestamp |
deactivationTime
Time the identifier was deactivated.
|
private String |
issuerEntityId
ID of the entity that issued that identifier.
|
private String |
peerProvidedId
ID, associated with the persistent identifier, provided by the peer.
|
private String |
persistentId
The persistent identifier.
|
private String |
principalName
Name of the principal represented by the identifier.
|
private String |
recipientEntityId
ID of the entity to which the identifier was issued.
|
private static long |
serialVersionUID
Serial version UID.
|
private String |
sourceId
Underlying source ID of the entry.
|
| Constructor and Description |
|---|
PersistentIdEntry() |
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
getCreationTime()
Get the time the identifier was created.
|
Timestamp |
getDeactivationTime()
Get the time the identifier was deactivated.
|
String |
getIssuerEntityId()
Get the ID of the entity that issued the identifier.
|
String |
getPeerProvidedId()
Get the alias, provided by the recipient, attached to this ID.
|
String |
getPersistentId()
Get the persistent identifier.
|
String |
getPrincipalName()
Get the name of the principal the identifier represents.
|
String |
getRecipientEntityId()
Get the ID of the entity to which the identifier was issued.
|
String |
getSourceId()
Get the source ID underlying the persistent identifier.
|
void |
setCreationTime(Timestamp time)
Set the time the identifier was created.
|
void |
setDeactivationTime(Timestamp time)
Set the time the identifier was deactivated.
|
void |
setIssuerEntityId(String id)
Set the ID of the entity that issued the identifier.
|
void |
setPeerProvidedId(String id)
Set the alias, provided by the recipient, attached to this ID.
|
void |
setPersistentId(String id)
Set the persistent identifier.
|
void |
setPrincipalName(String name)
Set the name of the principal the identifier represents.
|
void |
setRecipientEntityId(String id)
Set the ID of the entity to which the identifier was issued.
|
void |
setSourceId(String id)
Set the source ID underlying the persistent identifier.
|
String |
toString() |
private static final long serialVersionUID
@Nullable private String issuerEntityId
@Nullable private String recipientEntityId
@Nullable private String principalName
@Nullable private String peerProvidedId
@Nullable public String getIssuerEntityId()
public void setIssuerEntityId(@Nullable String id)
id - ID of the entity that issued the identifier@Nullable public String getRecipientEntityId()
public void setRecipientEntityId(@Nullable String id)
id - ID of the entity to which the identifier was issued@Nullable public String getPrincipalName()
public void setPrincipalName(@Nullable String name)
name - name of the principal the identifier represents@Nullable public String getSourceId()
public void setSourceId(@Nullable String id)
id - source ID underlying the persistent identifier@Nullable public String getPersistentId()
public void setPersistentId(@Nullable String id)
id - the persistent identifier@Nullable public String getPeerProvidedId()
public void setPeerProvidedId(@Nullable String id)
id - alias, provided by the recipient, attached to this ID@Nullable public Timestamp getCreationTime()
public void setCreationTime(@Nullable Timestamp time)
time - time the identifier was created@Nullable public Timestamp getDeactivationTime()
public void setDeactivationTime(@Nullable Timestamp time)
time - the time the identifier was deactivatedCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.