Interface MultifactorAuthenticationPrincipalResolver

  • All Superinterfaces:
    org.springframework.core.Ordered
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface MultifactorAuthenticationPrincipalResolver
    extends org.springframework.core.Ordered
    Since:
    6.3.3
    • Method Detail

      • getOrder

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

        default boolean supports​(org.apereo.cas.authentication.principal.Principal principal)
        Supports resolution?
        Parameters:
        principal - the principal
        Returns:
        the boolean
      • resolve

        org.apereo.cas.authentication.principal.Principal resolve​(org.apereo.cas.authentication.principal.Principal principal)
        Resolve principal.
        Parameters:
        principal - the principal
        Returns:
        the principal