Modifier and Type | Class and Description |
---|---|
class |
CryptoTransientIdAttributeDefinition
An attribute definition that generates integrity protected,
encrypted identifiers useful for stateless transient subject IDs.
|
class |
MappedAttributeDefinition
The RegexAttributeDefinition allows regular expression based replacements on attribute values, using the regex syntax
allowed by
Pattern . |
class |
PrescopedAttributeDefinition
An attribute definition that creates
ScopedAttributeValue s by taking a source attribute value splitting it
at a delimiter. |
class |
PrincipalAuthenticationMethodDefinition
Attribute definition that exposes the principals authentication method as an attribute.
|
class |
PrincipalNameDefinition
Attribute definition that exposes the user's principal name as an attribute.
|
class |
RegexSplitAttributeDefinition
An attribute definition that splits the source attribute's values by means of a regex.
|
class |
SAML1NameIdentifierAttributeDefinition
An attribute definition the creates attributes whose values are
NameIdentifier . |
class |
SAML2NameIDAttributeDefinition
An attribute definition the creates attributes whose values are
NameID . |
class |
ScopedAttributeDefinition
An attribute definition that creates
ScopedAttributeValue s by taking a source attribute value and applying a
static scope to each. |
class |
ScriptedAttributeDefinition
An attribute definition the computes the attribute definition by executing a script written in some JSR-223
supporting language.
|
class |
SimpleAttributeDefinition
Simple attribute definition.
|
class |
TemplateAttributeDefinition
An
AttributeDefinition that constructs its values based on the values of its dependencies using the Velocity
Template Language. |
class |
TransientIdAttributeDefinition
An attribute definition that generates random identifiers useful for transient subject IDs.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BaseAttributeDefinitionFactoryBean.populateAttributeDefinition(BaseAttributeDefinition definition)
Populates the attribute definition with information from this factory.
|
Copyright © 1999–2014. All rights reserved.