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
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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    resolveAttributeValues(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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • SamlIdPAttributeDefinition

      public SamlIdPAttributeDefinition()
  • Method Details

    • resolveAttributeValues

      public List<Object> resolveAttributeValues(org.apereo.cas.authentication.attribute.AttributeDefinitionResolutionContext context)
      Specified by:
      resolveAttributeValues in interface org.apereo.cas.authentication.attribute.AttributeDefinition
      Overrides:
      resolveAttributeValues in class org.apereo.cas.authentication.attribute.DefaultAttributeDefinition