AttributeDefinitions.See: Description
| Class | Description |
|---|---|
| ContextDerivedAttributeDefinition |
An attribute definition which returns an attribute attributes derived from the
ProfileRequestContext
associated with the request via a plugged in Function. |
| DelegatedWorkContext | Deprecated |
| IdPAttributePrincipalValuesFunction |
Engine to mine values from
IdPAttributePrincipals. |
| PrescopedAttributeDefinition |
An attribute definition that creates
ScopedStringAttributeValues by taking a source attribute value splitting
it at a delimiter. |
| PrincipalAuthenticationMethodAttributeDefinition |
An attribute definition which returns an attribute with a single value - the AuthenticationMethod.
|
| PrincipalNameAttributeDefinition |
An attribute definition which returns an attribute with a single value - the principal.
|
| RegexSplitAttributeDefinition |
An
AttributeDefinition that 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 creates
ScopedStringAttributeValues by taking a source attribute value and
applying a static scope to each. |
| ScriptedAttributeDefinition |
An
AttributeDefinition that executes a script in order to populate the
values of the generated attribute. |
| ScriptedIdPAttributeImpl |
An encapsulated Attribute suitable for handing to scripts.
|
| SimpleAttributeDefinition |
A
AttributeDefinition that creates an attribute whose values are the
values the values of all its dependencies. |
| StaticAttributeDefinition |
An attribute definition that simply returns a static value.
|
| SubjectDerivedAttributeValuesFunction |
A Function which returns
IdPAttributeValues derived from the Principals
associated with the request. |
| TemplateAttributeDefinition |
An attribute definition that constructs its values based on the values of its dependencies using the Velocity
Template Language.
|
AttributeDefinitions.Copyright © 1999–2017 Shibboleth Consortium. All rights reserved.