Class FixedEntityAllowableActionsBuilder

java.lang.Object
com.foreach.across.modules.entity.actions.FixedEntityAllowableActionsBuilder
All Implemented Interfaces:
EntityConfigurationAllowableActionsBuilder

public class FixedEntityAllowableActionsBuilder extends Object implements EntityConfigurationAllowableActionsBuilder
Implementation of EntityConfigurationAllowableActionsBuilder that will always return the same set of AllowableActions.
Author:
Arne Vandamme
  • Field Details

    • DEFAULT_ALLOWABLE_ACTIONS

      public static final com.foreach.across.modules.spring.security.actions.AllowableActions DEFAULT_ALLOWABLE_ACTIONS
      Dummy AllowableActions that will reply positively for every action but cannot be iterated.
  • Constructor Details

    • FixedEntityAllowableActionsBuilder

      public FixedEntityAllowableActionsBuilder(com.foreach.across.modules.spring.security.actions.AllowableActions allowableActions)
  • Method Details