Uses of Package
net.shibboleth.idp.attribute.resolver.ad.impl
-
Packages that use net.shibboleth.idp.attribute.resolver.ad.impl Package Description edu.internet2.middleware.shibboleth.common.attribute.provider Classes in this package are to do with emulating the V2 scripted attribute environment.net.shibboleth.idp.attribute.resolver.ad.impl Implementations of variousAttributeDefinitions.net.shibboleth.idp.attribute.resolver.spring.ad.impl Implementation of the Attribute Definition parsers. -
Classes in net.shibboleth.idp.attribute.resolver.ad.impl used by edu.internet2.middleware.shibboleth.common.attribute.provider Class Description ScriptedIdPAttributeImpl An encapsulated Attribute suitable for handing to scripts. -
Classes in net.shibboleth.idp.attribute.resolver.ad.impl used by net.shibboleth.idp.attribute.resolver.ad.impl Class Description ScriptedAttributeDefinition.AttributeDefinitionScriptEvaluator Evaluator bound to the AttributeDefinition semantic. -
Classes in net.shibboleth.idp.attribute.resolver.ad.impl used by net.shibboleth.idp.attribute.resolver.spring.ad.impl Class Description ContextDerivedAttributeDefinition An attribute definition which returns an attribute whose values are derived from theProfileRequestContextassociated with the request via a plugged inFunction.DateTimeAttributeDefinition AnAttributeDefinitionthat creates an attribute whose values are the values of all its dependencies, passed through or converted into aDateTimeAttributeValue.DecryptedAttributeDefinition AnAttributeDefinitionthat creates an attribute whose values are the decrypted values of its dependencies.PrescopedAttributeDefinition An attribute definition that createsScopedStringAttributeValues by taking a source attribute value splitting it at a delimiter.PrincipalNameAttributeDefinition An attribute definition which returns an attribute with a single value - the principal.RegexSplitAttributeDefinition AnAttributeDefinitionthat produces its attribute values by taking the first group match of a regular expression evaluating against the values of this definition's dependencies.ScopedAttributeDefinition An attribute definition that createsScopedStringAttributeValues by taking a source attribute value and applying a static scope to each.ScriptedAttributeDefinition AnAttributeDefinitionthat executes a script in order to populate the values of the generated attribute.SimpleAttributeDefinition AnAttributeDefinitionthat creates an attribute whose values are the values of all its dependencies.TemplateAttributeDefinition An attribute definition that constructs its values based on the values of its dependencies using the Velocity Template Language.