| Package | Description |
|---|---|
| net.shibboleth.idp.attribute.resolver |
A system which is capable of retrieving a collection of
IdPAttributes from a variety of locations, transform them,
and associate a set of protocol-specific encoders to them. |
| net.shibboleth.idp.attribute.resolver.context |
The context to do with Attribute Resolution.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAttributeDefinition
Base class for attribute definition resolver plugins.
|
class |
ResolvedAttributeDefinition
A proxy which wraps a resolved attribute definition and always returns the same attribute.
|
| Modifier and Type | Field and Description |
|---|---|
private AttributeDefinition |
ResolvedAttributeDefinition.resolvedDefinition
The attribute definition that was resolved to produce the attribute.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeDefinition |
ResolvedAttributeDefinition.getResolvedDefinition()
Gets the wrapped attribute definition that was resolved.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,AttributeDefinition> |
AttributeResolver.getAttributeDefinitions()
Gets the collection of attribute definitions for this resolver.
|
| Constructor and Description |
|---|
ResolvedAttributeDefinition(AttributeDefinition definition,
IdPAttribute attribute)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeResolverWorkContext.recordAttributeDefinitionResolution(AttributeDefinition definition,
IdPAttribute attribute)
Records the results of an attribute definition resolution.
|
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.