Interface StateMachineSecurityConfigurer<S,E> 
- Type Parameters:
- S- the type of state
- E- the type of event
public interface StateMachineSecurityConfigurer<S,E> 
Configurer interface exposing generic config.
- 
Method SummaryModifier and TypeMethodDescriptionGets a configurer for security.
- 
Method Details- 
withSecurityGets a configurer for security.- Returns:
- SecurityConfigurerfor chaining
- Throws:
- Exception- if configuration error happens
 
 
-