| Package | Description |
|---|---|
| net.shibboleth.idp.saml.nameid.impl |
Implementation of SAML
NameID and
NameIdentifier generation and consumption. |
| Modifier and Type | Class and Description |
|---|---|
class |
ComputedPersistentIdGenerationStrategy
The basis of a
PersistentIdGenerationStrategy that generates a unique ID by computing the hash of
a given attribute value, the entity ID of the inbound message issuer, and a provided salt. |
class |
StoredPersistentIdGenerationStrategy
Manages persistent IDs via a
PersistentIdStore, generating them either randomly or via a
ComputedPersistentIdGenerationStrategy (for compatibility with existing data). |
| Modifier and Type | Field and Description |
|---|---|
private PersistentIdGenerationStrategy |
PersistentSAML2NameIDGenerator.persistentIdStrategy
Generation strategy for IDs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PersistentSAML2NameIDGenerator.setPersistentIdGenerator(PersistentIdGenerationStrategy strategy)
Set the generation strategy for the persistent ID.
|
Copyright © 1999–2017 Shibboleth Consortium. All rights reserved.