Class DefaultAttributeDefinition

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<org.apereo.cas.authentication.attribute.AttributeDefinition>, org.apereo.cas.authentication.attribute.AttributeDefinition

    public class DefaultAttributeDefinition
    extends java.lang.Object
    implements org.apereo.cas.authentication.attribute.AttributeDefinition
    Since:
    6.2.0
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compareTo​(org.apereo.cas.authentication.attribute.AttributeDefinition o)  
      java.util.List<java.lang.Object> resolveAttributeValues​(java.util.List<java.lang.Object> attributeValues, java.lang.String scope, org.apereo.cas.services.RegisteredService registeredService, java.util.Map<java.lang.String,​java.util.List<java.lang.Object>> attributes)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apereo.cas.authentication.attribute.AttributeDefinition

        getAttribute, getCanonicalizationMode, getKey, getName, getPatternFormat, getScript, isEncrypted, isScoped
    • Constructor Detail

      • DefaultAttributeDefinition

        public DefaultAttributeDefinition()
    • Method Detail

      • compareTo

        public int compareTo​(org.apereo.cas.authentication.attribute.AttributeDefinition o)
        Specified by:
        compareTo in interface java.lang.Comparable<org.apereo.cas.authentication.attribute.AttributeDefinition>
      • resolveAttributeValues

        public java.util.List<java.lang.Object> resolveAttributeValues​(java.util.List<java.lang.Object> attributeValues,
                                                                       java.lang.String scope,
                                                                       org.apereo.cas.services.RegisteredService registeredService,
                                                                       java.util.Map<java.lang.String,​java.util.List<java.lang.Object>> attributes)
        Specified by:
        resolveAttributeValues in interface org.apereo.cas.authentication.attribute.AttributeDefinition