Package | Description |
---|---|
edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector |
Modifier and Type | Method and Description |
---|---|
protected StoredIDStore.PersistentIdEntry |
StoredIDDataConnector.createPersistentId(String principalName,
String localEntityId,
String peerEntityId,
String localId)
Creates a persistent ID that is unique for a given local/peer/localId tuple.
|
StoredIDStore.PersistentIdEntry |
StoredIDStore.getActivePersistentIdEntry(String persistentId)
Gets the persistent ID entry for the given ID.
|
StoredIDStore.PersistentIdEntry |
StoredIDStore.getActivePersistentIdEntry(String localEntity,
String peerEntity,
String localId)
Gets the currently active identifier entry for a (principal, peer, local) tuple.
|
StoredIDStore.PersistentIdEntry |
StoredIDStore.getActivePersistentIdEntry(String localEntity,
String peerEntity,
String localId,
boolean isActive) |
StoredIDStore.PersistentIdEntry |
StoredIDStore.getPersistentIdEntry(String persistentId,
boolean onlyActiveId)
Gets the persistent ID entry for the given ID.
|
Modifier and Type | Method and Description |
---|---|
protected List<StoredIDStore.PersistentIdEntry> |
StoredIDStore.buildIdentifierEntries(ResultSet resultSet)
Builds a list of
StoredIDStore.PersistentIdEntry s from a result set. |
List<StoredIDStore.PersistentIdEntry> |
StoredIDStore.getDeactivatedPersistentIdEntries(String localEntity,
String peerEntity,
String localId)
Gets the list of deactivated IDs for a given (principal, peer, local) tuple.
|
List<StoredIDStore.PersistentIdEntry> |
StoredIDStore.getPersistentIdEntries(String localEntity,
String peerEntity,
String localId)
Gets all the persistent ID entries for a (principal, peer, local) tuple.
|
Modifier and Type | Method and Description |
---|---|
void |
StoredIDStore.storePersistentIdEntry(StoredIDStore.PersistentIdEntry entry)
Stores a persistent ID entry into the database.
|
Copyright © 1999–2014. All rights reserved.