Class FormLoginAuthenticationStrategyDelegate

    • Constructor Detail

      • FormLoginAuthenticationStrategyDelegate

        public FormLoginAuthenticationStrategyDelegate()
    • Method Detail

      • canHandle

        public boolean canHandle​(@NonNull
                                 @NonNull org.springframework.security.core.Authentication authentication)
        Description copied from interface: AuthenticationStrategyDelegate
        Determine if this delegate can map the given Authentication token to an OAuth2UserDetails
        Specified by:
        canHandle in interface AuthenticationStrategyDelegate
        Parameters:
        authentication - The authentication token
        Returns:
        Whether this delegate can map the token to an OAuth2UserDetails