Class DefaultDerAttrHandler

java.lang.Object
org.apache.syncope.core.provisioning.java.DefaultDerAttrHandler
All Implemented Interfaces:
DerAttrHandler

@Transactional(readOnly=true) public class DefaultDerAttrHandler extends Object implements DerAttrHandler
  • Field Details

    • LOG

      protected static final Logger LOG
    • anyUtilsFactory

      protected final AnyUtilsFactory anyUtilsFactory
  • Constructor Details

    • DefaultDerAttrHandler

      public DefaultDerAttrHandler(AnyUtilsFactory anyUtilsFactory)
  • Method Details

    • getValues

      protected static Map<DerSchema,String> getValues(Any any, Set<DerSchema> schemas)
    • getValue

      public String getValue(Any any, DerSchema schema)
      Description copied from interface: DerAttrHandler
      Calculates derived attribute value associated to the given any, for the given derived schema.
      Specified by:
      getValue in interface DerAttrHandler
      Parameters:
      any - any object
      schema - derived schema
      Returns:
      derived attribute value
    • getValue

      public String getValue(Any any, Membership<?> membership, DerSchema schema)
      Description copied from interface: DerAttrHandler
      Calculates derived attribute value associated to the given any, for the given membership and derived schema.
      Specified by:
      getValue in interface DerAttrHandler
      Parameters:
      any - any object
      membership - membership
      schema - derived schema
      Returns:
      derived attribute value
    • getValues

      public Map<DerSchema,String> getValues(Any any)
      Description copied from interface: DerAttrHandler
      Calculates derived attributes values associated to the given any.
      Specified by:
      getValues in interface DerAttrHandler
      Parameters:
      any - any object
      Returns:
      derived attribute values
    • getValues

      protected static Map<DerSchema,String> getValues(Groupable<?,?,?,?> any, Membership<?> membership, Set<DerSchema> schemas)
    • getValues

      public Map<DerSchema,String> getValues(Groupable<?,?,?,?> any, Membership<?> membership)
      Description copied from interface: DerAttrHandler
      Calculates derived attributes values associated to the given any, for the given membership.
      Specified by:
      getValues in interface DerAttrHandler
      Parameters:
      any - any object
      membership - membership
      Returns:
      derived attribute values