| 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 ComputedPersistentIdGenerationStrategy |
ComputedIDDataConnector.idStrategy
Generation strategy for IDs.
|
| Modifier and Type | Method and Description |
|---|---|
ComputedPersistentIdGenerationStrategy |
ComputedIDDataConnector.getComputedIdStrategy()
Get the strategy plugin that generates computed IDs.
|
| Modifier and Type | Field and Description |
|---|---|
private ComputedPersistentIdGenerationStrategy |
StoredPersistentIdGenerationStrategy.computedIdStrategy
Optional generator of computed ID values.
|
| Modifier and Type | Method and Description |
|---|---|
PersistentIdEntry |
PersistentIdStoreEx.getBySourceValue(String nameQualifier,
String spNameQualifier,
String sourceId,
String principal,
boolean allowCreate,
ComputedPersistentIdGenerationStrategy computedIdStrategy)
Get the
PersistentIdEntry for a given subject and audience, creating one if allowable
and necessary. |
PersistentIdEntry |
JDBCPersistentIdStoreEx.getBySourceValue(String nameQualifier,
String spNameQualifier,
String sourceId,
String principal,
boolean allowCreate,
ComputedPersistentIdGenerationStrategy computedIdStrategy)
Get the
PersistentIdEntry for a given subject and audience, creating one if allowable
and necessary. |
void |
StoredPersistentIdGenerationStrategy.setComputedIdStrategy(ComputedPersistentIdGenerationStrategy strategy)
Set a strategy to use to compute IDs for the first time.
|
Copyright © 1999–2017 Shibboleth Consortium. All rights reserved.