インタフェース | 説明 |
---|---|
AttributeDefinition |
A plugin used to create attributes or refine attributes provided from
DataConnector s. |
クラス | 説明 |
---|---|
BaseAttributeDefinition |
Base class for
AttributeDefinition plug-ins. |
ContextualAttributeDefinition |
Wrapper for an
AttributeDefinition within a ShibbolethResolutionContext . |
CryptoTransientIdAttributeDefinition |
An attribute definition that generates integrity protected,
encrypted identifiers useful for stateless transient subject IDs.
|
MappedAttributeDefinition |
The RegexAttributeDefinition allows regular expression based replacements on attribute values, using the regex syntax
allowed by
Pattern . |
PrescopedAttributeDefinition |
An attribute definition that creates
ScopedAttributeValue s by taking a source attribute value splitting it
at a delimiter. |
PrincipalAuthenticationMethodDefinition |
Attribute definition that exposes the principals authentication method as an attribute.
|
PrincipalNameDefinition |
Attribute definition that exposes the user's principal name as an attribute.
|
RegexSplitAttributeDefinition |
An attribute definition that splits the source attribute's values by means of a regex.
|
SAML1NameIdentifierAttributeDefinition |
An attribute definition the creates attributes whose values are
NameIdentifier . |
SAML2NameIDAttributeDefinition |
An attribute definition the creates attributes whose values are
NameID . |
ScopedAttributeDefinition |
An attribute definition that creates
ScopedAttributeValue s by taking a source attribute value and applying a
static scope to each. |
ScriptedAttributeDefinition |
An attribute definition the computes the attribute definition by executing a script written in some JSR-223
supporting language.
|
SimpleAttributeDefinition |
Simple attribute definition.
|
TemplateAttributeDefinition |
An
AttributeDefinition that constructs its values based on the values of its dependencies using the Velocity
Template Language. |
TransientIdAttributeDefinition |
An attribute definition that generates random identifiers useful for transient subject IDs.
|
TransientIdEntry |
Storage service entry used to store information associated with a transient ID.
|
ValueMap |
Performs many to one mapping of source values to a return value.
|
Copyright © 2012. All Rights Reserved.