Skip navigation links
com.neurosys.saas.etl

Interface VerifyAccessTransformer<C,AU>

    • Method Detail

      • transform

        Object transform(Object unit)
        If a unit is authorized then return the input as is , else throw a RuntimeException
        Specified by:
        transform in interface org.apache.commons.collections.Transformer
      • test

        boolean test(AU unit)
        Return true if authorized to access unit
        If #getAuthorizedUnits() is null or input is null then return false.
        Specified by:
        test in interface Predicate<AU>

Copyright © 2018. All rights reserved.