Package net.shibboleth.idp.attribute.resolver.ad.impl
package net.shibboleth.idp.attribute.resolver.ad.impl
Implementations of various
AttributeDefinition
s.-
ClassesClassDescriptionAn attribute definition which returns an attribute whose values are derived from the
ProfileRequestContext
associated with the request via a plugged inFunction
.AnAttributeDefinition
that creates an attribute whose values are the decrypted values of its dependencies.Engine to mine values fromIdPAttributePrincipal
s.An attribute definition that createsScopedStringAttributeValue
s by taking a source attribute value splitting it at a delimiter.An attribute definition which returns an attribute with a single value - the principal.AnAttributeDefinition
that produces its attribute values by taking the first group match of a regular expression evaluating against the values of this definition's dependencies.An attribute definition that createsScopedStringAttributeValue
s by taking a source attribute value and applying a static scope to each.AnAttributeDefinition
that executes a script in order to populate the values of the generated attribute.An encapsulated Attribute suitable for handing to scripts.AAttributeDefinition
that creates an attribute whose values are the values the values of all its dependencies.An attribute definition that simply returns a static value.A Function which returnsIdPAttributeValue
s derived from thePrincipal
s associated with the request.An attribute definition that constructs its values based on the values of its dependencies using the Velocity Template Language.