Interface EntityConfigurationAllowableActionsBuilder
- All Known Implementing Classes:
FixedEntityAllowableActionsBuilder
public interface EntityConfigurationAllowableActionsBuilder
- Author:
- Arne Vandamme
-
Method Summary
Modifier and TypeMethodDescriptioncom.foreach.across.modules.spring.security.actions.AllowableActions
getAllowableActions
(EntityConfiguration<?> entityConfiguration) <V> com.foreach.across.modules.spring.security.actions.AllowableActions
getAllowableActions
(EntityConfiguration<V> entityConfiguration, V entity)
-
Method Details
-
getAllowableActions
com.foreach.across.modules.spring.security.actions.AllowableActions getAllowableActions(EntityConfiguration<?> entityConfiguration) -
getAllowableActions
<V> com.foreach.across.modules.spring.security.actions.AllowableActions getAllowableActions(EntityConfiguration<V> entityConfiguration, V entity)
-