Class SamlIdPAttributeDefinition
java.lang.Object
org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
org.apereo.cas.support.saml.web.idp.profile.builders.attr.SamlIdPAttributeDefinition
- All Implemented Interfaces:
Serializable,Comparable<org.apereo.cas.authentication.attribute.AttributeDefinition>,org.apereo.cas.authentication.attribute.AttributeDefinition
public class SamlIdPAttributeDefinition
extends org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
This is
SamlIdPAttributeDefinition.- Since:
- 6.2.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
org.apereo.cas.authentication.attribute.DefaultAttributeDefinition.DefaultAttributeDefinitionBuilder<C extends org.apereo.cas.authentication.attribute.DefaultAttributeDefinition,B extends org.apereo.cas.authentication.attribute.DefaultAttributeDefinition.DefaultAttributeDefinitionBuilder<C, B>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolveAttributeValues(org.apereo.cas.authentication.attribute.AttributeDefinitionResolutionContext context) Methods inherited from class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition
builder, canEqual, compareTo, equals, getAttribute, getCanonicalizationMode, getFlattened, getKey, getName, getPatternFormat, getPatterns, getScript, hashCode, isEncrypted, isScoped, setAttribute, setCanonicalizationMode, setEncrypted, setFlattened, setKey, setName, setPatternFormat, setPatterns, setScoped, setScript, toString, withAttribute, withCanonicalizationMode, withEncrypted, withFlattened, withKey, withName, withPatternFormat, withPatterns, withScoped, withScript
-
Constructor Details
-
SamlIdPAttributeDefinition
public SamlIdPAttributeDefinition()
-
-
Method Details
-
resolveAttributeValues
public List<Object> resolveAttributeValues(org.apereo.cas.authentication.attribute.AttributeDefinitionResolutionContext context) - Specified by:
resolveAttributeValuesin interfaceorg.apereo.cas.authentication.attribute.AttributeDefinition- Overrides:
resolveAttributeValuesin classorg.apereo.cas.authentication.attribute.DefaultAttributeDefinition
-