Class CugExcludeImpl

  • All Implemented Interfaces:
    CugExclude

    public class CugExcludeImpl
    extends CugExclude.Default
    Extension of the default CugExclude implementation that allow to specify additional principal names to be excluded from CUG evaluation.
    • Nested Class Summary

    • Constructor Summary

      Constructors 
      Constructor Description
      CugExcludeImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void activate​(java.util.Map<java.lang.String,​java.lang.Object> properties)  
      boolean isExcluded​(@NotNull java.util.Set<java.security.Principal> principals)  
      protected void modified​(java.util.Map<java.lang.String,​java.lang.Object> properties)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CugExcludeImpl

        public CugExcludeImpl()
    • Method Detail

      • activate

        protected void activate​(java.util.Map<java.lang.String,​java.lang.Object> properties)
      • modified

        protected void modified​(java.util.Map<java.lang.String,​java.lang.Object> properties)