| Package | Description |
|---|---|
| net.shibboleth.idp.saml.attribute.mapping |
Classes in this package are to do with the import of attributes
as an adjunct to filtering.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSAMLAttributeDesignatorMapper<OutType extends IdPAttribute>
Basis of all classes which map SAML1
AttributeDesignator into an IdP IdPAttribute. |
class |
AbstractSAMLAttributeMapper<InType extends Attribute,OutType extends IdPAttribute>
Basis of all classes which map SAML2
Attribute into an IdP IdPAttribute. |
| Modifier and Type | Field and Description |
|---|---|
private Collection<AttributeMapper<InType,OutType>> |
AbstractSAMLAttributesMapper.mappers
The mappers we can apply.
|
private Collection<AttributeMapper<AttributeDesignator,OutType>> |
AbstractSAMLAttributeDesignatorsMapper.mappers
The mappers we can apply.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<AttributeMapper<InType,OutType>> |
AbstractSAMLAttributesMapper.getMappers()
Get the mappers.
|
Collection<AttributeMapper<AttributeDesignator,OutType>> |
AbstractSAMLAttributeDesignatorsMapper.getMappers()
Get the mappers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSAMLAttributeDesignatorsMapper.setMappers(Collection<AttributeMapper<AttributeDesignator,OutType>> theMappers)
Set the attribute mappers into the lookup map.
|
void |
AbstractSAMLAttributesMapper.setMappers(Collection<AttributeMapper<InType,OutType>> theMappers)
Set the attribute mappers into the lookup map.
|
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.