Class RegisteredServiceScriptedAttributeFilter

  • All Implemented Interfaces:
    java.io.Serializable, org.apereo.cas.services.RegisteredServiceAttributeFilter, org.springframework.core.Ordered

    public class RegisteredServiceScriptedAttributeFilter
    extends java.lang.Object
    implements org.apereo.cas.services.RegisteredServiceAttributeFilter
    Since:
    5.1.0
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> filter​(java.util.Map<java.lang.String,​java.lang.Object> givenAttributes)  
      • 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.services.RegisteredServiceAttributeFilter

        getOrder
    • Constructor Detail

      • RegisteredServiceScriptedAttributeFilter

        public RegisteredServiceScriptedAttributeFilter()
    • Method Detail

      • filter

        public java.util.Map<java.lang.String,​java.lang.Object> filter​(java.util.Map<java.lang.String,​java.lang.Object> givenAttributes)
        Specified by:
        filter in interface org.apereo.cas.services.RegisteredServiceAttributeFilter