Interface StateMachineSecurityConfigurer<S,E>
- Type Parameters:
S
- the type of stateE
- the type of event
public interface StateMachineSecurityConfigurer<S,E>
Configurer interface exposing generic config.
-
Method Summary
Modifier and TypeMethodDescriptionGets a configurer for security.
-
Method Details
-
withSecurity
Gets a configurer for security.- Returns:
SecurityConfigurer
for chaining- Throws:
Exception
- if configuration error happens
-