Package org.springframework.statemachine.security
package org.springframework.statemachine.security
-
ClassDescriptionThe default implementation of
SecurityExpressionHandler
which uses aEventSecurityExpressionRoot
.Voter which handlesMessage
authorisation decisions.TheSecurityExpressionRoot
used forMessage
expressions.EventVoter<T>Votes if anyConfigAttribute.getAttribute()
starts with a prefix indicating that it is an event.Encapsulates the rules for comparing security attributes and expression.Security comparison types.StateMachineInterceptor
which can be registered into aStateMachine
order to intercept a various security related checks.SpecificConfigAttribute
for spel expression.AccessDecisionVoter
evaluating access via security spel expression.Root object for security spel evaluation.TransitionVoter<S,E> Votes if anyConfigAttribute.getAttribute()
starts with a prefix indicating that it is a transition source or target.