Interface CasWebflowCustomizer
- All Superinterfaces:
org.springframework.core.Ordered
public interface CasWebflowCustomizer
extends org.springframework.core.Ordered
This is
CasWebflowCustomizer.- Since:
- 6.6.0
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Method Summary
Modifier and TypeMethodDescriptiondefault intgetOrder()Gets multifactor webflow attribute mappings.
-
Method Details
-
getWebflowAttributeMappings
Gets multifactor webflow attribute mappings.- Returns:
- the multifactor webflow attribute mappings
-
getOrder
default int getOrder()- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-