Interface CasWebflowCustomizer

All Superinterfaces:
org.springframework.core.Ordered

public interface CasWebflowCustomizer extends org.springframework.core.Ordered
Since:
6.6.0
  • Field Summary

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Method Summary

    Modifier and Type
    Method
    Description
    default int
     
    default List<String>
    Gets multifactor webflow attribute mappings.
  • Method Details

    • getWebflowAttributeMappings

      default List<String> getWebflowAttributeMappings()
      Gets multifactor webflow attribute mappings.
      Returns:
      the multifactor webflow attribute mappings
    • getOrder

      default int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered