Class TransitionExpressionVoter

java.lang.Object
org.springframework.statemachine.security.TransitionExpressionVoter
All Implemented Interfaces:
org.springframework.security.access.AccessDecisionVoter<Transition<?,?>>

public class TransitionExpressionVoter extends Object implements org.springframework.security.access.AccessDecisionVoter<Transition<?,?>>
AccessDecisionVoter evaluating access via security spel expression.
Author:
Janne Valkealahti
  • Field Summary

    Fields inherited from interface org.springframework.security.access.AccessDecisionVoter

    ACCESS_ABSTAIN, ACCESS_DENIED, ACCESS_GRANTED
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    supports(Class<?> clazz)
     
    boolean
    supports(org.springframework.security.access.ConfigAttribute attribute)
     
    int
    vote(org.springframework.security.core.Authentication authentication, Transition<?,?> object, Collection<org.springframework.security.access.ConfigAttribute> attributes)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TransitionExpressionVoter

      public TransitionExpressionVoter()
  • Method Details

    • supports

      public boolean supports(org.springframework.security.access.ConfigAttribute attribute)
      Specified by:
      supports in interface org.springframework.security.access.AccessDecisionVoter<Transition<?,?>>
    • supports

      public boolean supports(Class<?> clazz)
      Specified by:
      supports in interface org.springframework.security.access.AccessDecisionVoter<Transition<?,?>>
    • vote

      public int vote(org.springframework.security.core.Authentication authentication, Transition<?,?> object, Collection<org.springframework.security.access.ConfigAttribute> attributes)
      Specified by:
      vote in interface org.springframework.security.access.AccessDecisionVoter<Transition<?,?>>