| Package | Description |
|---|---|
| net.shibboleth.idp.saml.attribute.resolver.impl |
Implementations of SAML related
AttributeDefinition
and DataConnector. |
| net.shibboleth.idp.saml.nameid.impl |
Implementation of SAML
NameID and
NameIdentifier generation and consumption. |
| Modifier and Type | Field and Description |
|---|---|
private TransientIdGenerationStrategy |
TransientIdAttributeDefinition.idGenerator
The actual implementation of the transient generation process.
|
| Modifier and Type | Method and Description |
|---|---|
TransientIdGenerationStrategy |
TransientIdAttributeDefinition.getTransientIdGenerationStrategy()
return the id generator being used.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransientIdAttributeDefinition.setTransientIdGenerationStrategy(TransientIdGenerationStrategy generator)
Set the id generator being used.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CryptoTransientIdGenerationStrategy
Generates transients using a
DataSealer to encrypt the result into a recoverable value,
for use with stateless clustering. |
class |
StoredTransientIdGenerationStrategy
Generates transients using a
StorageService to manage the reverse mappings. |
| Modifier and Type | Field and Description |
|---|---|
private TransientIdGenerationStrategy |
TransientSAML2NameIDGenerator.transientIdGenerator
Generator for transients.
|
private TransientIdGenerationStrategy |
TransientSAML1NameIdentifierGenerator.transientIdGenerator
Generator for transients.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransientSAML2NameIDGenerator.setTransientIdGenerator(TransientIdGenerationStrategy generator)
Set the generator of transient IDs.
|
void |
TransientSAML1NameIdentifierGenerator.setTransientIdGenerator(TransientIdGenerationStrategy generator)
Set the generator of transient IDs.
|
Copyright © 1999–2017 Shibboleth Consortium. All rights reserved.