|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.StoredIDStore.PersistentIdEntry
public class StoredIDStore.PersistentIdEntry
Data object representing a persistent identifier entry in the database.
Constructor Summary | |
---|---|
StoredIDStore.PersistentIdEntry()
Constructor. |
Method Summary | |
---|---|
Timestamp |
getCreationTime()
Gets the time the identifier was created. |
Timestamp |
getDeactivationTime()
Gets the time the identifier was deactivated. |
String |
getLocalEntityId()
Gets the ID of the entity that issued the identifier. |
String |
getLocalId()
Gets the local ID component of the persistent identifier. |
String |
getPeerEntityId()
Gets the ID of the entity to which the identifier was issued. |
String |
getPeerProvidedId()
Gets the ID, provided by the peer, associated with this ID. |
String |
getPersistentId()
Gets the persistent identifier. |
String |
getPrincipalName()
Gets the name of the principal the identifier represents. |
void |
setCreationTime(Timestamp time)
Sets the time the identifier was created. |
void |
setDeactivationTime(Timestamp time)
Sets the time the identifier was deactivated. |
void |
setLocalEntityId(String id)
Sets the ID of the entity that issued the identifier. |
void |
setLocalId(String id)
Sets the local ID component of the persistent identifier. |
void |
setPeerEntityId(String id)
Sets the ID of the entity to which the identifier was issued. |
void |
setPeerProvidedId(String id)
Sets the ID, provided by the peer, associated with this ID. |
void |
setPersistentId(String id)
Set the persistent identifier. |
void |
setPrincipalName(String name)
Sets the name of the principal the identifier represents. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StoredIDStore.PersistentIdEntry()
Method Detail |
---|
public String getLocalEntityId()
public void setLocalEntityId(String id)
id
- ID of the entity that issued the identifierpublic String getPeerEntityId()
public void setPeerEntityId(String id)
id
- ID of the entity to which the identifier was issuedpublic String getPrincipalName()
public void setPrincipalName(String name)
name
- name of the principal the identifier representspublic String getLocalId()
public void setLocalId(String id)
id
- local ID component of the persistent identifierpublic String getPersistentId()
public void setPersistentId(String id)
id
- the persistent identifierpublic String getPeerProvidedId()
public void setPeerProvidedId(String id)
id
- ID, provided by the peer, associated with this IDpublic Timestamp getCreationTime()
public void setCreationTime(Timestamp time)
time
- time the identifier was createdpublic Timestamp getDeactivationTime()
public void setDeactivationTime(Timestamp time)
time
- the time the identifier was deactivatedpublic String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |